From 9eae8548227a0878247f7bdba2392b1575a7be37 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 29 Jul 2023 12:46:18 +0000 Subject: [PATCH] Update file render-pipelines-branch.sh --- scripts/render-pipelines-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/render-pipelines-branch.sh b/scripts/render-pipelines-branch.sh index 65f1937..835a890 100644 --- a/scripts/render-pipelines-branch.sh +++ b/scripts/render-pipelines-branch.sh @@ -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