summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-05-16 15:01:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-16 15:01:32 +0000
commitc6c1308bb44b66809f1362e47e0b58465adb2662 (patch)
tree5dc6085596d6aa264872c4a953a42fe0d81f3013
parentea72a904884b7fb933bebbaef78a5aa408b60acc (diff)
parent3d337be36ef3556c9f5ce9cd2a9082f6f95685b2 (diff)
Merge "jjb: xci: xci-deploy.sh: Run the deployment script as normal user"
-rwxr-xr-xjjb/xci/xci-deploy.sh2
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