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