summaryrefslogtreecommitdiffstats
path: root/jenkins-config/managed-config-files
diff options
context:
space:
mode:
authorEric Ball <eball@linuxfoundation.org>2023-09-27 13:16:09 -0700
committerEric Ball <eball@linuxfoundation.org>2023-09-27 13:16:09 -0700
commite9fa78d872b68ef43b804a077356181e368a7a1f (patch)
treecf7790761b069d9cd730d4587f48fe500dbcecd9 /jenkins-config/managed-config-files
parentcc74c985e6bfd0d351377ebf950ad6218976aa10 (diff)
Fix: Use correct endpoint for onapsdk in pypirc
Change-Id: Id0add5888e47dfdc6521c014b9c37cf36ae4b66f Issue-ID: CIMAN-33 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Diffstat (limited to 'jenkins-config/managed-config-files')
-rw-r--r--jenkins-config/managed-config-files/custom/pypirc/content2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-config/managed-config-files/custom/pypirc/content b/jenkins-config/managed-config-files/custom/pypirc/content
index a5b368b98..d2fdf1f62 100644
--- a/jenkins-config/managed-config-files/custom/pypirc/content
+++ b/jenkins-config/managed-config-files/custom/pypirc/content
@@ -32,6 +32,6 @@ username: __token__
password: $PYPI_TOKEN
[pypi-onapsdk]
-repository: https://pypi.org/
+repository: https://upload.pypi.org/legacy/
username: __token__
password: $ONAP_PYPI_TOKEN