Skip to content

Commit 6436d93

Browse files
Move input to variables
1 parent 66d1328 commit 6436d93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,16 @@ update-layer-versions-docs:
210210
stage: publish
211211
trigger:
212212
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
218213
rules:
219214
- if: '$CI_COMMIT_TAG =~ /^v.*/'
220215
needs: {{ range $runtime := (ds "runtimes").runtimes }}
221216
- publish-layer-prod ({{ $runtime.name }}-{{ $runtime.arch}})
222-
{{- end }}
217+
{{- end }}
218+
variables:
219+
RUN_LAMBDA_LAYER_DOCUMENTATION: "true"
220+
RUN_LAMBDA_DATADOG_CI: "true"
221+
RUN_LAMBDA_UI_LAYER_VERSIONS: "true"
222+
RUN_LAMBDA_RUNTIMES: "true"
223223

224224
layer bundle:
225225
stage: build

0 commit comments

Comments
 (0)