Merge branch 'main' into 'release/1.0.0'

ci: render

See merge request developerdurp/yml!2
This commit is contained in:
DeveloperDurp 2023-07-29 12:48:06 +00:00
commit f2daaa601e
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ render-pipelines-to-branch:
# End of install-yq.sh # End of install-yq.sh
# Begin of render-pipelines-branch.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\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 # End of render-pipelines-branch.sh
# Begin of commit-and-push-changes.sh # Begin of commit-and-push-changes.sh

View file

@ -4,5 +4,5 @@
for file in pipelines/*.yml for file in pipelines/*.yml
do do
sed -i "s;ref: 'main';ref: '$CI_COMMIT_BRANCH';g" ./$file sed -i "s;ref: main;ref: '$CI_COMMIT_BRANCH';g" ./$file
done done