mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 22:04:56 +00:00
@@ -21,5 +21,3 @@ docker compose up -d
|
||||
sleep 2
|
||||
|
||||
(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 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 ))
|
||||
attempt=$(( attempt + 1 ))
|
||||
done
|
||||
|
||||
docker compose down
|
||||
Reference in New Issue
Block a user