mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 10:38:45 +00:00
test(git-push): add git config commands
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -28,6 +28,8 @@ sleep 2
|
||||
git init && \
|
||||
touch README && \
|
||||
git add . && \
|
||||
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user