Skip to content
Snippets Groups Projects
Commit ce6bcda0 authored by Georgi Todorov's avatar Georgi Todorov
Browse files

Update .gitlab-ci.yml

parent 7b07d0b6
No related branches found
No related tags found
No related merge requests found
Pipeline #58573 canceled with stage
......@@ -22,9 +22,9 @@ build-ssi-dev:
- deployment
- kubernetes-cluster-google-dev-ssi
environment:
- ssi
name: ssi
rules:
- if: $CLUSTER =~ /^(dev)$/'
- if: '$CLUSTER =~ /^(dev)$/'
build-ssi-prod:
stage: build-ssi-prod
......@@ -45,6 +45,6 @@ build-ssi-prod:
- deployment
- kubernetes-cluster-google-prod-ssi
environment:
- ssi
name: ssi
rules:
- if: $CLUSTER =~ /^(prod)$/'
- if: '$CLUSTER =~ /^(prod)$/'
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