jjb: xci: xci-deploy.sh: Run the deployment script as normal user 09/34609/2
authorMarkos Chandras <mchandras@suse.de>
Tue, 9 May 2017 15:29:01 +0000 (16:29 +0100)
committerMarkos Chandras <mchandras@suse.de>
Thu, 11 May 2017 22:42:13 +0000 (23:42 +0100)
xci-deploy.sh can now be run as normal user so fix the Jenkins job
accordingly.

Change-Id: Ifd0d7e4c42c930dbee0bbc30836fadc1a54f2f95
Signed-off-by: Markos Chandras <mchandras@suse.de>
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