diff options
Diffstat (limited to 'jjb/xci/xci-set-scenario.sh')
-rwxr-xr-x | jjb/xci/xci-set-scenario.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/xci/xci-set-scenario.sh b/jjb/xci/xci-set-scenario.sh index 1bd6fd0c5..4fffafbbb 100755 --- a/jjb/xci/xci-set-scenario.sh +++ b/jjb/xci/xci-set-scenario.sh @@ -34,6 +34,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 WORK_DIRECTORY=/tmp/$GERRIT_CHANGE_NUMBER/$DISTRO |