Skip to content

Commit a86ad5f

Browse files
Trigger version update in documentation
1 parent 8395f83 commit a86ad5f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,20 @@ publish-pypi-package:
206206
script:
207207
- ./ci/publish_pypi.sh
208208

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+
209223
layer bundle:
210224
stage: build
211225
tags: ["arch:amd64"]

0 commit comments

Comments
 (0)