diff --git a/test/git-clone/test.sh b/test/git-clone/test.sh index baa1fd55..3e716e4c 100755 --- a/test/git-clone/test.sh +++ b/test/git-clone/test.sh @@ -20,6 +20,4 @@ docker compose up -d sleep 2 -(cd ./var/clones && git clone http://localhost:8005/status.git) - -docker compose down \ No newline at end of file +(cd ./var/clones && git clone http://localhost:8005/status.git) \ No newline at end of file diff --git a/test/git-push/test.sh b/test/git-push/test.sh index f2ca29ce..fbbdd610 100755 --- a/test/git-push/test.sh +++ b/test/git-push/test.sh @@ -31,6 +31,4 @@ sleep 2 git config user.email "social+anubis-ci@techaro.lol" && \ git commit -sm "initial commit" && \ git push -u http://localhost:3000/git/foo.git master -) - -docker compose down \ No newline at end of file +) \ No newline at end of file diff --git a/test/healthcheck/test.sh b/test/healthcheck/test.sh index f1932d18..cd50d1c0 100755 --- a/test/healthcheck/test.sh +++ b/test/healthcheck/test.sh @@ -25,6 +25,4 @@ while ! docker compose ps | grep healthy; do sleep $delay delay=$(( delay * 2 )) attempt=$(( attempt + 1 )) -done - -docker compose down \ No newline at end of file +done \ No newline at end of file