mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-16 21:34:59 +00:00
@@ -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)
|
||||
@@ -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
|
||||
)
|
||||
@@ -25,6 +25,4 @@ while ! docker compose ps | grep healthy; do
|
||||
sleep $delay
|
||||
delay=$(( delay * 2 ))
|
||||
attempt=$(( attempt + 1 ))
|
||||
done
|
||||
|
||||
docker compose down
|
||||
done
|
||||
Reference in New Issue
Block a user