Debug erasure ci script

This commit is contained in:
Stephen Akridge
2018-05-29 14:27:25 -07:00
committed by Greg Fitzgerald
parent 634408b5e8
commit 6843b71a0d

View File

@ -1,5 +1,7 @@
#!/bin/bash -e #!/bin/bash -e
set -o xtrace
cd $(dirname $0)/.. cd $(dirname $0)/..
if [[ -z "$libgf_complete_URL" ]]; then if [[ -z "$libgf_complete_URL" ]]; then