fix(test): fix CI?

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-08-31 12:01:05 +00:00
parent 645ec552bd
commit 09088d0494
3 changed files with 3 additions and 9 deletions

View File

@@ -20,6 +20,4 @@ docker compose up -d
sleep 2
(cd ./var/clones && git clone http://localhost:8005/status.git)
docker compose down
(cd ./var/clones && git clone http://localhost:8005/status.git)

View File

@@ -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
)

View File

@@ -25,6 +25,4 @@ while ! docker compose ps | grep healthy; do
sleep $delay
delay=$(( delay * 2 ))
attempt=$(( attempt + 1 ))
done
docker compose down
done