EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit b72940ca authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

fix chart path

parent d4e38ab0
No related branches found
No related tags found
1 merge request!82Staging to master
......@@ -230,8 +230,7 @@ publish-helm-chart:
stage: chart
script:
# push Helm chart
- cd ./chart
- "upload_filename=$(helm package | sed 's/^Successfully packaged chart and saved it to: \\(.*\\)/\\1/')"
- "upload_filename=$(helm package ./chart | 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:
- tags
......
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