Skip to content

Commit 403cba6

Browse files
committed
properly configure git
1 parent 1ae4952 commit 403cba6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/checkoutRTA.fish

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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"
10+
711
# and git config --global pull.rebase true
812
and if test ! -d release-test-automation/.git
913
rm -rf release-test-automation

0 commit comments

Comments
 (0)