ci: turn on bash xtrace in publish-build-artifacts.sh to debug deploy failure on master
This commit is contained in:
parent
00fdcf4e58
commit
32990307fe
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue