Skip to content

Commit 544a96a

Browse files
chore: there is no staging environment name
1 parent fe3385f commit 544a96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ publish-layer-{{ $environment.name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
138138
tags: ["arch:amd64"]
139139
image: registry.ddbuild.io/images/docker:20.10-py3
140140
rules:
141-
- if: '"{{ $environment.name }}" =~ /^(sandbox|staging)/'
141+
- if: '"{{ $environment.name }}" == "sandbox"'
142142
when: manual
143143
allow_failure: true
144144
- if: '$CI_COMMIT_TAG =~ /^v.*/'

0 commit comments

Comments
 (0)