Skip to content

Commit f302bd5

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ 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")'
145+
when: always
144146
- if: '$CI_COMMIT_TAG =~ /^v.*/'
145147
needs:
146148
{{ if or (eq $environment_name "prod") }}

0 commit comments

Comments
 (0)