Skip to content

Commit 93d9191

Browse files
remove force fail
1 parent b1632a2 commit 93d9191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ build-layer ({{ $runtime.name }}-{{ $runtime.arch }}):
5353
variables:
5454
CI_ENABLE_CONTAINER_IMAGE_BUILDS: "true"
5555
script:
56-
- exit 1
5756
- PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/build_layers.sh
5857

5958
check-layer-size ({{ $runtime.name }}-{{ $runtime.arch }}):
@@ -210,6 +209,7 @@ layer bundle:
210209
rules:
211210
- if: $UPSTREAM_PROJECT_NAME == "dd-trace-py"
212211
when: never
212+
- when: on_success
213213
needs:
214214
{{ range (ds "runtimes").runtimes }}
215215
- build-layer ({{ .name }}-{{ .arch }})

0 commit comments

Comments
 (0)