diff options
Diffstat (limited to 'jjb/samplevnf')
-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 954901745..e4413c028 100644 --- a/jjb/samplevnf/samplevnf.yaml +++ b/jjb/samplevnf/samplevnf.yaml @@ -59,7 +59,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}' @@ -109,4 +109,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 |