EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit cc68c8dd authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Only publish charts on new tags to ensure uniqueness

parent a3987f12
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ publish-helm-chart:
- "upload_filename=$(helm package . | sed 's/^Successfully packaged chart and saved it to: \\(.*\\)/\\1/')"
- curl -u $HELM_CHART_REPOSITORY_CREDENTIALS -v -X POST https://charts-public.hub.eox.at/api/charts --data-binary "@${upload_filename}"
only:
- main
- tag
integration-test:
image: registry.gitlab.eox.at/vs/vs-deployment/docker-base-testing:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment