Skip to content
Snippets Groups Projects
Commit bc294125 authored by Daniel Perez's avatar Daniel Perez
Browse files

ci: fixing condition in gitlab gc sdms

parent 7b90ab11
No related branches found
No related tags found
1 merge request!712fix: Fix vulnerabilities
Pipeline #182159 failed
......@@ -10,6 +10,22 @@ sdms-gc-helm-charts-gitlab:
SEISMIC_GC_HELM_DEPLOYMENT_DIR: "app/sdms/devops/gc/deploy"
SEISMIC_GC_SERVICE: seismic-store
IMAGE_NAME: gc-$SEISMIC_GC_SERVICE
rules:
- if: '$GC == "1" && $CI_COMMIT_BRANCH =~ /^release/'
when: on_success
changes:
- devops/**/*
- app/sdms/**/*
- if: '$GC == "1" && $CI_COMMIT_TAG'
when: on_success
changes:
- devops/**/*
- app/sdms/**/*
- if: '$GC == "1"'
when: on_success
changes:
- devops/**/*
- app/sdms/**/*
sdms-gc-helm-charts-release-gitlab:
extends: .gc-helm-charts-release-gitlab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment