From 0f343ee1141e5fb6b9b85444d7d3cbb6f1ab48ba Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 14 Apr 2018 14:22:42 -0400 Subject: [PATCH] Fix path to pypi-dist-build.sh Issue-ID: CIMAN-137 Change-Id: Ic1c5a75b9169637638333c44fbfe87d787755466 Signed-off-by: Thanh Ha --- jjb/onap-jjb/onap-pypi-template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.16.6