Skip to content

Commit 2c9ea2c

Browse files
both pypi and layers
1 parent 8390bea commit 2c9ea2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/input_files/build.yaml.tpl

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

0 commit comments

Comments
 (0)