Skip to content
Snippets Groups Projects
Commit 9a46e77f6d7f authored by Nicolas Chauvat's avatar Nicolas Chauvat
Browse files

ci: trigger a rebuild of helm repo after upload

parent 9bdba5af1138
No related branches found
No related tags found
1 merge request!1ci: trigger a rebuild of helm repo after upload
Pipeline #190230 passed
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
- lint - lint
- build - build
- upload - upload
- repo
helm-lint: helm-lint:
image: alpine/helm:3.11.2 image: alpine/helm:3.11.2
...@@ -30,3 +31,10 @@ ...@@ -30,3 +31,10 @@
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"
dependencies: dependencies:
- build-package - build-package
trigger-helm-repo:
stage: repo
trigger:
project: open-source/helm-repository
branch: branch/default
strategy: depend
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