We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87187e2 commit d7a7fedCopy full SHA for d7a7fed
.travis/script.sh
@@ -8,7 +8,7 @@ set -x
8
[ $TRAVIS_OS_NAME != linux ] || {
9
U_NAME=${U_NAME:=embARC_Bot}
10
U_EMAIL=${U_EMAIL:=info@embARC.org}
11
- echo $UNAME, $U_EMAIL
+ echo $U_NAME, $U_EMAIL
12
git config --global user.name "${U_NAME}"
13
git config --global user.email "${U_EMAIL}"
14
0 commit comments