We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd2baf commit 4c59c51Copy full SHA for 4c59c51
1 file changed
ci/input_files/build.yaml.tpl
@@ -141,6 +141,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
141
- if: '"{{ $environment_name }}" == "sandbox"'
142
when: manual
143
allow_failure: true
144
+ - if: '($REGION == "us-east-1" && "{{ $runtime.arch }}" == "amd64")'
145
- if: '$CI_COMMIT_TAG =~ /^v.*/'
146
needs:
147
{{ if or (eq $environment_name "prod") }}
0 commit comments