Skip to content

Commit 2488eb2

Browse files
committed
Always publish to us-east-1.
1 parent 7cd2baf commit 2488eb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
141141
- if: '"{{ $environment_name }}" == "sandbox"'
142142
when: manual
143143
allow_failure: true
144+
- if: '"{{ $environment_name }}" == "sandbox" && ($REGION == "us-east-1" && "{{ $runtime.arch }}" == "amd64")'
144145
- if: '$CI_COMMIT_TAG =~ /^v.*/'
145146
needs:
146147
{{ if or (eq $environment_name "prod") }}

0 commit comments

Comments
 (0)