diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-04-14 14:22:42 -0400 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-04-14 14:24:33 -0400 |
commit | 0f343ee1141e5fb6b9b85444d7d3cbb6f1ab48ba (patch) | |
tree | 32ea150e638176d6c153f706aae65381db6da0e2 /jjb/onap-jjb | |
parent | 44209f3f01d78070a2c347d63cf908d0653811f3 (diff) |
Fix path to pypi-dist-build.sh
Issue-ID: CIMAN-137
Change-Id: Ic1c5a75b9169637638333c44fbfe87d787755466
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'jjb/onap-jjb')
-rw-r--r-- | jjb/onap-jjb/onap-pypi-template.yaml | 8 |
1 files 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 |