Move to travis git global

This commit is contained in:
Kevin van Zonneveld 2016-05-09 14:24:33 +02:00
parent 3cb76c0f80
commit 03c9fd36b3
2 changed files with 3 additions and 3 deletions

View file

@ -4,5 +4,8 @@ set -o errexit
set -o nounset
# set -o xtrace
git config --global user.name 'Uppy Bot'
git config --global user.email 'uppybot@uppy.io'
# because a Travis deploy script has to be a real file
npm run web:deploy --quiet

View file

@ -9,9 +9,6 @@ __dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
__file="${__dir}/$(basename "${BASH_SOURCE[0]}")"
__base="$(basename ${__file} .sh)"
git config user.name 'Uppy Bot'
git config user.email 'uppybot@uppy.io'
ghpages_repo=${GHPAGES_REPO:-"transloadit/uppy"}
ghpages_branch=${GHPAGES_BRANCH:-"gh-pages"}
ghpages_url=${GHPAGES_URL:-"git@github.com:${ghpages_repo}.git"}