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 6889e0fCopy full SHA for 6889e0f
ci/input_files/build.yaml.tpl
@@ -138,6 +138,8 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
138
tags: ["arch:amd64"]
139
image: registry.ddbuild.io/images/docker:20.10-py3
140
rules:
141
+ - if: '"{{ $environment_name }}" == "sandbox" && $REGION == "us-east-1" && "{{ $runtime.arch }}" == "amd64"'
142
+ when: always
143
- if: '"{{ $environment_name }}" == "sandbox"'
144
when: manual
145
allow_failure: true
0 commit comments