Skip to content
Snippets Groups Projects
Commit de715485dd1d authored by Aurélien Lubert's avatar Aurélien Lubert
Browse files

ci: only upload the package from the default branch

parent 9a46e77f6d7f
No related branches found
No related tags found
No related merge requests found
Pipeline #190245 passed
......@@ -31,6 +31,8 @@
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"
dependencies:
- build-package
rules:
- if: '$CI_COMMIT_REF_NAME == "branch/default"'
trigger-helm-repo:
stage: repo
......@@ -38,3 +40,5 @@
project: open-source/helm-repository
branch: branch/default
strategy: depend
rules:
- if: '$CI_COMMIT_REF_NAME == "branch/default"'
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