mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-30 20:12:43 +00:00
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user