From 5309f01654409f4907c47d056a73ca42a04c8410 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 20 Aug 2023 11:35:02 -0500 Subject: [PATCH] update --- pipelines/golang.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pipelines/golang.yml b/pipelines/golang.yml index 60b3f11..367486f 100644 --- a/pipelines/golang.yml +++ b/pipelines/golang.yml @@ -18,6 +18,7 @@ version: stage: .pre rules: - if: $CI_COMMIT_REF_NAME == 'main' + - if: $CI_COMMIT_BRANCH =~ '/^release/' sonarqube: extends: .sonarcloud-check @@ -45,14 +46,5 @@ docker: artifacts: true rules: - if: $CI_COMMIT_REF_NAME == 'main' + - if: $CI_COMMIT_BRANCH =~ '/^release/' -helm: - extends: .helm-createchart - stage: publish - needs: - - job: gobuild - artifacts: false - - job: version - artifacts: true - rules: - - if: $CI_COMMIT_REF_NAME == 'main'