Fix path to pypi-dist-build.sh 65/42865/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 14 Apr 2018 18:22:42 +0000 (14:22 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 14 Apr 2018 18:24:33 +0000 (14:24 -0400)
Issue-ID: CIMAN-137
Change-Id: Ic1c5a75b9169637638333c44fbfe87d787755466
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/onap-jjb/onap-pypi-template.yaml

index bfd7099..632bc8e 100644 (file)
@@ -88,7 +88,7 @@
             - file-id: pypirc
               target: '$HOME/.pypirc'
       - shell:
-          !include-raw-escape: ../shell/pypi-dist-build.sh
+          !include-raw-escape: ../../shell/pypi-dist-build.sh
 
       - publish-pypi:
           pypi-server: staging
             - file-id: pypirc
               target: '$HOME/.pypirc'
       - shell:
-          !include-raw-escape: ../shell/pypi-dist-build.sh
+          !include-raw-escape: ../../shell/pypi-dist-build.sh
 
       - publish-pypi:
           pypi-server: release
             - file-id: pypirc
               target: '$HOME/.pypirc'
       - shell:
-          !include-raw-escape: ../shell/pypi-dist-build.sh
+          !include-raw-escape: ../../shell/pypi-dist-build.sh
 
       - publish-pypi:
           pypi-server: staging
             - file-id: pypirc
               target: '$HOME/.pypirc'
       - shell:
-          !include-raw-escape: ../shell/pypi-dist-build.sh
+          !include-raw-escape: ../../shell/pypi-dist-build.sh
 
       - publish-pypi:
           pypi-server: release