We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8390bea commit 2c9ea2cCopy full SHA for 2c9ea2c
1 file changed
ci/input_files/build.yaml.tpl
@@ -212,7 +212,9 @@ update-layer-versions-docs:
212
project: DataDog/serverless-ci
213
rules:
214
- if: '$CI_COMMIT_TAG =~ /^v.*/'
215
- needs:
+ needs: {{ range $runtime := (ds "runtimes").runtimes }}
216
+ - publish-layer-prod ({{ $runtime.name }}-{{ $runtime.arch}})
217
+ {{- end }}
218
- publish-pypi-package
219
variables:
220
RUN_LAMBDA_LAYER_DOCUMENTATION: "true"
0 commit comments