diff --git a/scripts/render-pipelines-branch.sh b/scripts/render-pipelines-branch.sh index b12bf51..65f1937 100644 --- a/scripts/render-pipelines-branch.sh +++ b/scripts/render-pipelines-branch.sh @@ -6,8 +6,3 @@ for file in pipelines/*.yml do sed -i "s;ref: 'main';ref: '$CI_COMMIT_BRANCH';g" ./$file done - -for file in compliance/*.yml - do - sed -i "s;ref: 'main';ref: '$CI_COMMIT_BRANCH';g" ./$file -done