diff options
Diffstat (limited to 'jjb/onap-jjb/onap-pypi-template.yaml')
-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 |