Update file render-pipelines-branch.sh

This commit is contained in:
2023-07-29 12:46:18 +00:00
parent 3ef2e7c799
commit 9eae854822

View File

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