mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
629bbd6ad8
commit
6ab4b3a5db
1 changed files with 0 additions and 10 deletions
|
|
@ -18,14 +18,6 @@ render-job-templates-yml:
|
||||||
- ./scripts/install-yq.sh
|
- ./scripts/install-yq.sh
|
||||||
- ./scripts/render-job-templates.sh
|
- ./scripts/render-job-templates.sh
|
||||||
- ./scripts/commit-and-push-changes.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:
|
render-pipelines-to-branch:
|
||||||
stage: render
|
stage: render
|
||||||
|
|
@ -35,5 +27,3 @@ render-pipelines-to-branch:
|
||||||
- ./scripts/install-yq.sh
|
- ./scripts/install-yq.sh
|
||||||
- ./scripts/render-pipelines-branch.sh
|
- ./scripts/render-pipelines-branch.sh
|
||||||
- ./scripts/commit-and-push-changes.sh
|
- ./scripts/commit-and-push-changes.sh
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_BRANCH =~ /^release*/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue