Skip to content

Commit 8390bea

Browse files
Needs pypi package
1 parent 900b6d2 commit 8390bea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,8 @@ update-layer-versions-docs:
212212
project: DataDog/serverless-ci
213213
rules:
214214
- if: '$CI_COMMIT_TAG =~ /^v.*/'
215-
needs: {{ range $runtime := (ds "runtimes").runtimes }}
216-
- publish-layer-prod ({{ $runtime.name }}-{{ $runtime.arch}})
217-
{{- end }}
215+
needs:
216+
- publish-pypi-package
218217
variables:
219218
RUN_LAMBDA_LAYER_DOCUMENTATION: "true"
220219
RUN_LAMBDA_DATADOG_CI: "true"

0 commit comments

Comments
 (0)