# HG changeset patch
# User Nicolas Chauvat <nicolas.chauvat@logilab.fr>
# Date 1683730464 -7200
#      Wed May 10 16:54:24 2023 +0200
# Node ID 9a46e77f6d7f4266483dc8023fd2babe680812a2
# Parent  9bdba5af113822dbfd0449c6a25ba8aa76dc6a18
ci: trigger a rebuild of helm repo after upload

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@
   - lint
   - build
   - upload
+  - repo
 
 helm-lint:
   image: alpine/helm:3.11.2
@@ -30,3 +31,10 @@
       "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"
   dependencies:
     - build-package
+
+trigger-helm-repo:
+  stage: repo
+  trigger:
+    project: open-source/helm-repository
+    branch: branch/default
+    strategy: depend