We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d1328 commit 6436d93Copy full SHA for 6436d93
ci/input_files/build.yaml.tpl
@@ -210,16 +210,16 @@ 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
- {{- end }}
+ {{- end }}
+ variables:
+ RUN_LAMBDA_LAYER_DOCUMENTATION: "true"
+ RUN_LAMBDA_DATADOG_CI: "true"
+ RUN_LAMBDA_UI_LAYER_VERSIONS: "true"
+ RUN_LAMBDA_RUNTIMES: "true"
223
224
layer bundle:
225
stage: build
0 commit comments