diff options
author | Markos Chandras <mchandras@suse.de> | 2017-12-12 09:05:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-12 09:05:07 +0000 |
commit | d17ff1b2c865d1cb0be88882ec95fdc847d16bdc (patch) | |
tree | 72afcb52f9a2d8fb10059f1ff4196b2904fedea7 /xci | |
parent | dc8ce25b4c13f993cbcb008f2595cc996d021375 (diff) | |
parent | 696988b2ab6b19d65334b41553f3b61d6cf1ecab (diff) |
Merge "xci: Ensure we are in the root directory for bug reports"
Diffstat (limited to 'xci')
-rwxr-xr-x | xci/xci-deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh index 6015e864..669ec696 100755 --- a/xci/xci-deploy.sh +++ b/xci/xci-deploy.sh @@ -4,6 +4,7 @@ set -o nounset set -o pipefail submit_bug_report() { + cd ${XCI_PATH} echo "" echo "-------------------------------------------------------------------------" echo "Oh nooooo! The XCI deployment failed miserably :-(" |