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