Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
remove ls
Browse files Browse the repository at this point in the history
  • Loading branch information
davwas committed Apr 16, 2024
1 parent f9c1d6f commit 75255b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/ci/end-to-end-tests.github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ before(){
docker compose -f compose-files/docker-compose.yml up server server-management client nuxtclient &
cd ..

echo "### LS ###"
docker container ls -a

echo "INSTALL DEPENDNECIES..."
cd end-to-end-tests && npm ci && cd ..

Expand Down Expand Up @@ -128,9 +125,6 @@ before(){

#log_docker
#docker ps &

echo "### LS 2 ###"
docker container ls -a
}

main(){
Expand Down

0 comments on commit 75255b1

Please sign in to comment.