Skip to content

Commit 8b2ea2c

Browse files
committed
Update config setting to global scope
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent aeee661 commit 8b2ea2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/deploy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ echo "|1|qPmmP7LVZ7Qbpk7AylmkfR0FApQ=|WUy1WS3F4qcr3R5Sc728778goPw= ssh-rsa AAAAB
3232

3333
git clone [email protected]:easyengine/easyengine-builds.git
3434

35-
git config user.name "rtBot"
36-
git config user.email "[email protected]"
37-
git config push.default "current"
35+
git config --global user.name "rtBot"
36+
git config --global user.email "[email protected]"
37+
git config --global push.default "current"
3838

3939
if [[ "$TRAVIS_BRANCH" == "develop" ]]; then
4040
fname="phar/easyengine-nightly.phar"

0 commit comments

Comments
 (0)