Skip to content

Commit c21cfba

Browse files
Revert "Trigger layer version update in documentation (#703)" (#705)
This reverts commit 70ee61b.
1 parent 70ee61b commit c21cfba

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.gitlab/input_files/build.yaml.tpl

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -176,23 +176,6 @@ publish npm package:
176176
script:
177177
- .gitlab/scripts/publish_npm.sh
178178

179-
update-layer-versions-docs:
180-
stage: publish
181-
trigger:
182-
project: DataDog/serverless-ci
183-
rules:
184-
- if: '$CI_COMMIT_TAG =~ /^v.*/'
185-
needs:
186-
{{ range $runtime := (ds "runtimes").runtimes }}
187-
- publish layer prod ({{ $runtime.name }})
188-
{{- end }}
189-
- publish npm package
190-
variables:
191-
RUN_LAMBDA_LAYER_DOCUMENTATION: "true"
192-
RUN_LAMBDA_DATADOG_CI: "true"
193-
RUN_LAMBDA_UI_LAYER_VERSIONS: "true"
194-
RUN_LAMBDA_RUNTIMES: "true"
195-
196179
{{ range $environment := (ds "environments").environments }}
197180

198181
{{ if eq $environment.name "prod" }}signed {{ end }}layer bundle:

0 commit comments

Comments
 (0)