test(git-push): set upstream

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-14 10:33:25 -04:00
parent b402e18d06
commit 5f556a78c2

View File

@@ -31,7 +31,7 @@ sleep 2
git config user.name "Anubis CI" && \
git config user.email "social+anubis-ci@techaro.lol" && \
git commit -sm "initial commit" && \
git push http://localhost:3000/git/foo.git
git push -u http://localhost:3000/git/foo.git
)
docker compose down