diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2021-05-10 23:23:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-05-10 23:23:04 +0000 |
commit | da2c360e74aa1be43f1d760f7f28f8ffdb571a16 (patch) | |
tree | 95eea9ca3fdca3efb4d573ebc92738760e5d7cd8 /jjb | |
parent | be4cbc60da26dc8ba5e1ae605fbe256f76a94996 (diff) | |
parent | 2135df3aabc76086a8e1888ccd8321f182d3d664 (diff) |
Merge "Passing $WORKSPACE to build-image.sh"
Diffstat (limited to 'jjb')
-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 |