ci: turn on bash xtrace in publish-build-artifacts.sh to debug deploy failure on master

This commit is contained in:
Igor Minar 2017-03-05 11:43:25 -08:00 committed by GitHub
parent 00fdcf4e58
commit 32990307fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -u -e -o pipefail
set -x -u -e -o pipefail
# Setup environment
readonly thisDir=$(cd $(dirname $0); pwd)