Commit ab79d23a authored by Matthias Käppler's avatar Matthias Käppler

Merge branch 'managed-cluster-ci-template-default-branch' into 'master'

Update managed cluster template to avoid hardcoded master

See merge request gitlab-org/gitlab!62277
parents 1c2aebc5 ffce5b3a
...@@ -9,8 +9,8 @@ apply: ...@@ -9,8 +9,8 @@ apply:
script: script:
- gitlab-managed-apps /usr/local/share/gitlab-managed-apps/helmfile.yaml - gitlab-managed-apps /usr/local/share/gitlab-managed-apps/helmfile.yaml
only: only:
refs: variables:
- master - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
artifacts: artifacts:
reports: reports:
cluster_applications: gl-cluster-applications.json cluster_applications: gl-cluster-applications.json
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment