mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update 2 files
- /job-templates.tpl.yml - /scripts/render-pipelines-branch.sh
This commit is contained in:
parent
fd1f95c73b
commit
b5d15595f8
2 changed files with 25 additions and 0 deletions
|
|
@ -26,3 +26,15 @@ render-job-templates-yml:
|
|||
- templates/**
|
||||
- job-templates.yml
|
||||
- job-templates.tpl.yml
|
||||
|
||||
render-pipelines-to-branch:
|
||||
stage: render
|
||||
image: "${CI_REGISTRY}/containerized-applications/ci-images/ci-scripts:1.0.2"
|
||||
script:
|
||||
- ./scripts/install-curl.sh
|
||||
- ./scripts/install-git.sh
|
||||
- ./scripts/install-yq.sh
|
||||
- ./scripts/render-pipelines-branch.sh
|
||||
- ./scripts/commit-and-push-changes.sh
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /^release*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue