diff options
author | 2017-05-09 16:29:01 +0100 | |
---|---|---|
committer | 2017-05-11 23:42:13 +0100 | |
commit | 3d337be36ef3556c9f5ce9cd2a9082f6f95685b2 (patch) | |
tree | 0063d1c87a920c28bbb38a9c2f6797ec3e978fcf /jjb | |
parent | ef93b1a9c4fb04f734b09e7532dbfbc81e942083 (diff) |
jjb: xci: xci-deploy.sh: Run the deployment script as normal user
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>
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 |