Open kesor opened 4 years ago
When using repositories that have the same prefix, such as repo-example and repo-example-mirror, the script will append both of these into REPO_URL when trying to push to repo-example/somechart.
repo-example
repo-example-mirror
REPO_URL
repo-example/somechart
https://github.com/sonatype-nexus-community/helm-nexus-push/blob/3d195b8c77d4d1719134f0836b37eadf524a484a/push.sh#L72
When using repositories that have the same prefix, such as
repo-example
andrepo-example-mirror
, the script will append both of these intoREPO_URL
when trying to push torepo-example/somechart
.https://github.com/sonatype-nexus-community/helm-nexus-push/blob/3d195b8c77d4d1719134f0836b37eadf524a484a/push.sh#L72