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