We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae4952 commit 403cba6Copy full SHA for 403cba6
scripts/checkoutRTA.fish
@@ -4,6 +4,10 @@ ssh -o StrictHostKeyChecking=no -T git@$ARANGODB_GIT_HOST
4
cd $INNERWORKDIR
5
and git config --global http.postBuffer 524288000
6
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
11
# and git config --global pull.rebase true
12
and if test ! -d release-test-automation/.git
13
rm -rf release-test-automation
0 commit comments