|
@@ -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"}
|