We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dfcd2 commit 1f9a316Copy full SHA for 1f9a316
ci/input_files/build.yaml.tpl
@@ -206,6 +206,22 @@ publish-pypi-package:
206
script:
207
- ./ci/publish_pypi.sh
208
209
+update-layer-versions-docs:
210
+ stage: publish
211
+ trigger:
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 }}
218
+ - publish-pypi-package
219
+ variables:
220
+ RUN_LAMBDA_LAYER_DOCUMENTATION: "true"
221
+ RUN_LAMBDA_DATADOG_CI: "true"
222
+ RUN_LAMBDA_UI_LAYER_VERSIONS: "true"
223
+ RUN_LAMBDA_RUNTIMES: "true"
224
+
225
layer bundle:
226
stage: build
227
tags: ["arch:amd64"]
0 commit comments