Fixed script
This commit is contained in:
parent
ec4623a80f
commit
0b9355a7d1
|
@ -15,7 +15,7 @@ else
|
||||||
|
|
||||||
# Git configuration:
|
# Git configuration:
|
||||||
git config --global user.name "$(git log --format="%aN" HEAD -1) (Travis CI automatic commit)"
|
git config --global user.name "$(git log --format="%aN" HEAD -1) (Travis CI automatic commit)"
|
||||||
git config --global user.email "(git log --format="%aE" HEAD -1)"
|
git config --global user.email "$(git log --format="%aE" HEAD -1)"
|
||||||
|
|
||||||
# SSH configuration
|
# SSH configuration
|
||||||
set +x
|
set +x
|
||||||
|
|
Loading…
Reference in New Issue
Block a user