This commit is contained in:
2023-11-21 14:18:24 -06:00
parent 629bbd6ad8
commit 6ab4b3a5db

View File

@@ -18,14 +18,6 @@ render-job-templates-yml:
- ./scripts/install-yq.sh
- ./scripts/render-job-templates.sh
- ./scripts/commit-and-push-changes.sh
rules:
- if: $CI_COMMIT_BRANCH
changes:
- .gitlab-ci.yml
- *.sh
- *.tpl.yml
- job-templates.yml
- job-templates.tpl.yml
render-pipelines-to-branch:
stage: render
@@ -35,5 +27,3 @@ render-pipelines-to-branch:
- ./scripts/install-yq.sh
- ./scripts/render-pipelines-branch.sh
- ./scripts/commit-and-push-changes.sh
rules:
- if: $CI_COMMIT_BRANCH =~ /^release*/