diff options
-rw-r--r-- | jjb/samplevnf/samplevnf.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/samplevnf/samplevnf.yaml b/jjb/samplevnf/samplevnf.yaml index 285680532..d7a5e0c76 100644 --- a/jjb/samplevnf/samplevnf.yaml +++ b/jjb/samplevnf/samplevnf.yaml @@ -55,7 +55,7 @@ builders: - shell: | cd $WORKSPACE/rapidvm/dib - bash build-image.sh -g {gs-pathname} -i {tag} + bash build-image.sh -g {gs-pathname} -i {tag} -w $WORKSPACE - job-template: name: 'rapid-prox-verify-{stream}' @@ -101,4 +101,4 @@ sudo pip install tox-pip-version cd $WORKSPACE && tox -e docs cd $WORKSPACE/rapidvm/dib - bash build-image.sh -g {gs-pathname} -i {tag} -v + bash build-image.sh -g {gs-pathname} -i {tag} -v -w $WORKSPACE |