We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8395f83 commit a86ad5fCopy full SHA for a86ad5f
ci/input_files/build.yaml.tpl
@@ -206,6 +206,20 @@ 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
+ inputs:
214
+ RUN_LAMBDA_LAYER_DOCUMENTATION: true
215
+ RUN_LAMBDA_DATADOG_CI: true
216
+ RUN_LAMBDA_UI_LAYER_VERSIONS: true
217
+ RUN_LAMBDA_RUNTIMES: true
218
+ rules:
219
+ - if: '$CI_COMMIT_TAG =~ /^v.*/'
220
+ needs: {{ range $runtime := (ds "runtimes").runtimes }}
221
+ - publish-layer-prod ({{ $runtime.name }}-{{ $runtime.arch}})
222
+
223
layer bundle:
224
stage: build
225
tags: ["arch:amd64"]
0 commit comments