Skip to content
Snippets Groups Projects
Verified Commit 923e7dc9 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix project id

parent c05c0be8
No related branches found
No related tags found
No related merge requests found
Pipeline #45458 passed
......@@ -24,6 +24,6 @@ publish_gitlab:
- helm dep update
- helm package .
script:
- 'curl --request POST --form "chart=@$(ls aleksis*.tgz)" --user aleksis:$GITLAB_PUBLISH_TOKEN https://edugit.org/api/v4/projects/564/packages/helm/api/stable/charts'
- 'curl --request POST --form "chart=@$(ls aleksis*.tgz)" --user aleksis:$GITLAB_PUBLISH_TOKEN https://edugit.org/api/v4/projects/461/packages/helm/api/stable/charts'
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