From 5f556a78c2651e67e708f6305aea159358307725 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 14 Jul 2025 10:33:25 -0400 Subject: [PATCH] test(git-push): set upstream Signed-off-by: Xe Iaso --- test/git-push/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/git-push/test.sh b/test/git-push/test.sh index ed4a3e8d..ac7deb8c 100755 --- a/test/git-push/test.sh +++ b/test/git-push/test.sh @@ -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 \ No newline at end of file