diff --git a/run.sh b/run.sh index caf45d02..40ac4b4f 100755 --- a/run.sh +++ b/run.sh @@ -4,6 +4,7 @@ set -o errexit set -o errtrace set -o pipefail set -o nounset +set -x readonly BINTRAY_API="https://api.bintray.com/content" readonly DEFAULT_STON_CONFIG="smalltalk.ston"