ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/949410577
This commit is contained in:
2023-07-29 12:42:57 +00:00
parent ec932d7d95
commit 3ef2e7c799

View File

@@ -75,7 +75,7 @@ render-pipelines-to-branch:
# End of install-yq.sh
# Begin of render-pipelines-branch.sh
- "#Replace main branch with current branch\nfor file in pipelines/*.yml\n do \n sed -i \"s;ref: 'main';ref: '$CI_COMMIT_BRANCH';g\" ./$file\ndone\nfor file in compliance/*.yml\n do \n sed -i \"s;ref: 'main';ref: '$CI_COMMIT_BRANCH';g\" ./$file\ndone\n"
- "#Replace main branch with current branch\nfor file in pipelines/*.yml\n do \n sed -i \"s;ref: 'main';ref: '$CI_COMMIT_BRANCH';g\" ./$file\ndone\n"
# End of render-pipelines-branch.sh
# Begin of commit-and-push-changes.sh