1
0
mirror of https://github.com/danog/gigaclone.git synced 2025-01-22 05:31:28 +01:00

Update .gigaclone-urllist

This commit is contained in:
Daniil Gentili 2015-11-24 21:45:03 +01:00
parent a2195c2368
commit 17a1586b20

View File

@ -1,5 +1,5 @@
#!/bin/bash
travis_wait 120 {
git config --global user.name "${GIT_NAME}"
git config --global user.email "${GIT_EMAIL}"
git config --global push.default simple
@ -116,3 +116,4 @@ git push origin gh-pages &>/dev/null
cd $dir
echo "Clean up."
rm -fr $tmp
}