Merge "Passing $WORKSPACE to build-image.sh"
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 10 May 2021 23:23:04 +0000 (23:23 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 10 May 2021 23:23:04 +0000 (23:23 +0000)
jjb/samplevnf/samplevnf.yaml

index 2856805..d7a5e0c 100644 (file)
@@ -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}'
           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