Merge "jjb: xci: xci-deploy.sh: Run the deployment script as normal user"
authorMarkos Chandras <mchandras@suse.de>
Tue, 16 May 2017 15:01:32 +0000 (15:01 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 16 May 2017 15:01:32 +0000 (15:01 +0000)
jjb/xci/xci-deploy.sh

index b007b85..8ad6378 100755 (executable)
@@ -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