diff options
author | Markos Chandras <mchandras@suse.de> | 2017-05-16 15:01:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-16 15:01:32 +0000 |
commit | c6c1308bb44b66809f1362e47e0b58465adb2662 (patch) | |
tree | 5dc6085596d6aa264872c4a953a42fe0d81f3013 /jjb | |
parent | ea72a904884b7fb933bebbaef78a5aa408b60acc (diff) | |
parent | 3d337be36ef3556c9f5ce9cd2a9082f6f95685b2 (diff) |
Merge "jjb: xci: xci-deploy.sh: Run the deployment script as normal user"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/xci/xci-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/xci/xci-deploy.sh b/jjb/xci/xci-deploy.sh index b007b852f..8ad637805 100755 --- a/jjb/xci/xci-deploy.sh +++ b/jjb/xci/xci-deploy.sh @@ -54,7 +54,7 @@ fi # proceed with the deployment cd $WORKSPACE/prototypes/xci -sudo -E ./xci-deploy.sh +./xci-deploy.sh if [[ "$JOB_NAME" =~ "periodic" && "$OPENSTACK_OSA_VERSION" == "master" ]]; then # if we arrived here without failing, it means we have something we can pin |