mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-24 00:56:39 +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 && \
|
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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user