|
@@ -4,7 +4,7 @@ set -o errexit
|
|
set -o nounset
|
|
set -o nounset
|
|
# set -o xtrace
|
|
# set -o xtrace
|
|
|
|
|
|
-if [ -n "${WEBSITE-}" ]; then exit 0; fi
|
|
|
|
|
|
+if [ -z "${WEBSITE-}" ]; then exit 0; fi
|
|
|
|
|
|
git config --global user.name 'Uppy Bot'
|
|
git config --global user.name 'Uppy Bot'
|
|
git config --global user.email 'uppybot@uppy.io'
|
|
git config --global user.email 'uppybot@uppy.io'
|