From: Thanh Ha Date: Sat, 14 Apr 2018 18:22:42 +0000 (-0400) Subject: Fix path to pypi-dist-build.sh X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0f343ee1141e5fb6b9b85444d7d3cbb6f1ab48ba;p=ci-management.git Fix path to pypi-dist-build.sh Issue-ID: CIMAN-137 Change-Id: Ic1c5a75b9169637638333c44fbfe87d787755466 Signed-off-by: Thanh Ha --- diff --git a/jjb/onap-jjb/onap-pypi-template.yaml b/jjb/onap-jjb/onap-pypi-template.yaml index bfd709905..632bc8e2a 100644 --- a/jjb/onap-jjb/onap-pypi-template.yaml +++ b/jjb/onap-jjb/onap-pypi-template.yaml @@ -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 @@ -121,7 +121,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: release @@ -155,7 +155,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 @@ -188,7 +188,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: release