Skip to content

Commit 9d30481

Browse files
committed
properly configure git
1 parent 403cba6 commit 9d30481

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/checkoutRTA.fish

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ ssh -o StrictHostKeyChecking=no -T git@$ARANGODB_GIT_HOST
44
cd $INNERWORKDIR
55
and git config --global http.postBuffer 524288000
66
and git config --global https.postBuffer 524288000
7-
8-
git config --global user.email "[email protected]"
9-
git config --global user.name "Release test automation"
7+
and git config --global user.email "[email protected]"
8+
and git config --global user.name "Release test automation"
109

1110
# and git config --global pull.rebase true
1211
and if test ! -d release-test-automation/.git

0 commit comments

Comments
 (0)