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 b1632a2 commit 93d9191Copy full SHA for 93d9191
ci/input_files/build.yaml.tpl
@@ -53,7 +53,6 @@ build-layer ({{ $runtime.name }}-{{ $runtime.arch }}):
53
variables:
54
CI_ENABLE_CONTAINER_IMAGE_BUILDS: "true"
55
script:
56
- - exit 1
57
- PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/build_layers.sh
58
59
check-layer-size ({{ $runtime.name }}-{{ $runtime.arch }}):
@@ -210,6 +209,7 @@ layer bundle:
210
209
rules:
211
- if: $UPSTREAM_PROJECT_NAME == "dd-trace-py"
212
when: never
+ - when: on_success
213
needs:
214
{{ range (ds "runtimes").runtimes }}
215
- build-layer ({{ .name }}-{{ .arch }})
0 commit comments