1
0
mirror of https://github.com/danog/gigaclone.git synced 2024-11-26 20:14:58 +01:00
Trigger travis
This commit is contained in:
Daniil Gentili 2015-09-29 11:30:18 +02:00
parent bc066d16d0
commit 707eb53344

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -e
dir="$PWD"
git log -1 --pretty=%B | grep list && {
n=0
@ -18,7 +18,7 @@ cd copy/x86_64
./CopyConsole -u=$user -r=$copy -p=$pass
} || {
set -e
git config --global user.name "${GIT_NAME}"
git config --global user.email "${GIT_EMAIL}"
git config --global push.default simple