summaryrefslogtreecommitdiffstats
path: root/jjb/xci/xci-deploy.sh
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-08-15 09:29:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-15 09:29:41 +0000
commit37db5256ba3ac296b367b0dc8fed91abd713d63f (patch)
tree9b602cf6600fdbc628e9ee44bc113851ff91ad6f /jjb/xci/xci-deploy.sh
parentb12dc4669d4428632998caa3c6faa73884bb2dbd (diff)
parentcbd0c1403046acbf56e0f4226d260bbf786b9cf8 (diff)
Merge "Update repository with new location of XCI"
Diffstat (limited to 'jjb/xci/xci-deploy.sh')
-rwxr-xr-xjjb/xci/xci-deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/xci/xci-deploy.sh b/jjb/xci/xci-deploy.sh
index 8ad637805..211d282d3 100755
--- a/jjb/xci/xci-deploy.sh
+++ b/jjb/xci/xci-deploy.sh
@@ -11,7 +11,7 @@ set -o errexit
set -o nounset
set -o pipefail
-cd $WORKSPACE/prototypes/xci
+cd $WORKSPACE/xci
# for daily jobs, we want to use working versions
# for periodic jobs, we will use whatever is set in the job, probably master
@@ -53,7 +53,7 @@ if [[ "$XCI_LOOP" == "periodic" && "$OPENSTACK_OSA_VERSION" == "master" ]]; then
fi
# proceed with the deployment
-cd $WORKSPACE/prototypes/xci
+cd $WORKSPACE/xci
./xci-deploy.sh
if [[ "$JOB_NAME" =~ "periodic" && "$OPENSTACK_OSA_VERSION" == "master" ]]; then