From 09088d04941066c6e6c3477c37411dc1144558ad Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 31 Aug 2025 12:01:05 +0000 Subject: [PATCH] fix(test): fix CI? Signed-off-by: Xe Iaso --- test/git-clone/test.sh | 4 +--- test/git-push/test.sh | 4 +--- test/healthcheck/test.sh | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) 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