test(git-push): add git config commands

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-14 10:30:57 -04:00
parent d8168b88a5
commit b402e18d06
+2
View File
@@ -28,6 +28,8 @@ sleep 2
git init && \ git init && \
touch README && \ touch README && \
git add . && \ git add . && \
git config user.name "Anubis CI" && \
git config user.email "social+anubis-ci@techaro.lol" && \
git commit -sm "initial commit" && \ git commit -sm "initial commit" && \
git push http://localhost:3000/git/foo.git git push http://localhost:3000/git/foo.git
) )