mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-05-01 04:21:56 +00:00
@@ -20,6 +20,4 @@ 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
|
|
||||||
@@ -31,6 +31,4 @@ sleep 2
|
|||||||
git config user.email "social+anubis-ci@techaro.lol" && \
|
git config user.email "social+anubis-ci@techaro.lol" && \
|
||||||
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
|
|
||||||
@@ -25,6 +25,4 @@ while ! docker compose ps | grep healthy; do
|
|||||||
sleep $delay
|
sleep $delay
|
||||||
delay=$(( delay * 2 ))
|
delay=$(( delay * 2 ))
|
||||||
attempt=$(( attempt + 1 ))
|
attempt=$(( attempt + 1 ))
|
||||||
done
|
done
|
||||||
|
|
||||||
docker compose down
|
|
||||||
Reference in New Issue
Block a user