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
-2
View File
@@ -21,5 +21,3 @@ docker compose up -d
sleep 2 sleep 2
(cd ./var/clones && git clone http://localhost:8005/status.git) (cd ./var/clones && git clone http://localhost:8005/status.git)
docker compose down
-2
View File
@@ -32,5 +32,3 @@ sleep 2
git commit -sm "initial commit" && \ git commit -sm "initial commit" && \
git push -u http://localhost:3000/git/foo.git master git push -u http://localhost:3000/git/foo.git master
) )
docker compose down
-2
View File
@@ -26,5 +26,3 @@ while ! docker compose ps | grep healthy; do
delay=$(( delay * 2 )) delay=$(( delay * 2 ))
attempt=$(( attempt + 1 )) attempt=$(( attempt + 1 ))
done done
docker compose down