diff options
author | Eric Ball <eball@linuxfoundation.org> | 2023-09-25 15:33:41 -0700 |
---|---|---|
committer | Eric Ball <eball@linuxfoundation.org> | 2023-09-25 15:33:41 -0700 |
commit | cc74c985e6bfd0d351377ebf950ad6218976aa10 (patch) | |
tree | 1381b11e9de58333f241eaa7099ba9c705863936 /jenkins-config/managed-config-files | |
parent | e6e95b7a5456b696c31f72e1deedffd89cccaa27 (diff) |
Fix: Add pypi-onapsdk to "distutils" in pypirc
Change-Id: I6fc6d178bccb18077aff8643c0cfcbff09ae6a3e
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/content | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-config/managed-config-files/custom/pypirc/content b/jenkins-config/managed-config-files/custom/pypirc/content index 7103c833c..a5b368b98 100644 --- a/jenkins-config/managed-config-files/custom/pypirc/content +++ b/jenkins-config/managed-config-files/custom/pypirc/content @@ -4,6 +4,7 @@ index-servers = release pypi-test pypi + pypi-onapsdk [staging] repository: https://nexus3.onap.org/repository/PyPi.staging/ |