From de9d91a2206899fecdf545950b1f67be975c41bc Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 14 Jul 2025 10:35:59 -0400 Subject: [PATCH] test(git-push): set remote branch name 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 ac7deb8..132666b 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 -u http://localhost:3000/git/foo.git + git push -u http://localhost:3000/git/foo.git master ) docker compose down \ No newline at end of file