EOX GitLab Instance

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

Fix gitlab ci syntax (tags, not tag)

parent 32572d9d
No related branches found
No related tags found
No related merge requests found
Pipeline #20982 passed
......@@ -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:
- tag
- tags
generate-docker-compose-configs:
......
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