mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
Move to travis git global
This commit is contained in:
parent
3cb76c0f80
commit
03c9fd36b3
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue