diff options
Diffstat (limited to 'jjb/xci/xci-start-deployment.sh')
-rwxr-xr-x | jjb/xci/xci-start-deployment.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/xci/xci-start-deployment.sh b/jjb/xci/xci-start-deployment.sh index 1dc3fa405..cb75b511e 100755 --- a/jjb/xci/xci-start-deployment.sh +++ b/jjb/xci/xci-start-deployment.sh @@ -29,6 +29,7 @@ fi if [[ $GERRIT_PROJECT != "releng-xci" ]]; then cd $HOME && /bin/rm -rf $WORKSPACE git clone https://gerrit.opnfv.org/gerrit/releng-xci $WORKSPACE && cd $WORKSPACE + chmod -R go-rwx $WORKSPACE/xci/scripts/vm fi # skip the deployment if the scenario is not supported on this distro |