Skip to content

Commit 88c17f7

Browse files
chore: we do not have a staging environment
1 parent 11943ff commit 88c17f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ publish layer {{ $environment.name }} ({{ $flavor.name }}):
160160
tags: ["arch:amd64"]
161161
image: ${CI_DOCKER_TARGET_IMAGE}:${CI_DOCKER_TARGET_VERSION}
162162
rules:
163-
- if: '"{{ $environment.name }}" =~ /^(sandbox|staging)/'
163+
- if: '"{{ $environment.name }}" == "sandbox"'
164164
when: manual
165165
allow_failure: true
166166
- if: '$CI_COMMIT_TAG =~ /^v.*/'
@@ -311,7 +311,7 @@ publish image ({{ $multi_arch_image_flavor.name }}):
311311
image: registry.ddbuild.io/images/docker:20.10
312312
tags: ["arch:amd64"]
313313
rules:
314-
- if: '"{{ $environment.name }}" =~ /^(sandbox|staging)/'
314+
- if: '"{{ $environment.name }}" == "sandbox"'
315315
- if: '$CI_COMMIT_TAG =~ /^v.*/'
316316
needs:
317317
{{ range (ds "flavors").flavors }}

0 commit comments

Comments
 (0)