From a30ccf410a88910b42796964229da7426ad7d66b Mon Sep 17 00:00:00 2001 From: Rithika Narayan <93233069+rithikanarayan@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:12:03 -0500 Subject: [PATCH] Revert "Trigger layer version update in documentation (#703)" This reverts commit 70ee61b84303f1c22520ec68c54e6f33a2602411. --- .gitlab/input_files/build.yaml.tpl | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitlab/input_files/build.yaml.tpl b/.gitlab/input_files/build.yaml.tpl index 2f91d417..737d746e 100644 --- a/.gitlab/input_files/build.yaml.tpl +++ b/.gitlab/input_files/build.yaml.tpl @@ -176,23 +176,6 @@ publish npm package: script: - .gitlab/scripts/publish_npm.sh -update-layer-versions-docs: - stage: publish - trigger: - project: DataDog/serverless-ci - rules: - - if: '$CI_COMMIT_TAG =~ /^v.*/' - needs: - {{ range $runtime := (ds "runtimes").runtimes }} - - publish layer prod ({{ $runtime.name }}) - {{- end }} - - publish npm package - variables: - RUN_LAMBDA_LAYER_DOCUMENTATION: "true" - RUN_LAMBDA_DATADOG_CI: "true" - RUN_LAMBDA_UI_LAYER_VERSIONS: "true" - RUN_LAMBDA_RUNTIMES: "true" - {{ range $environment := (ds "environments").environments }} {{ if eq $environment.name "prod" }}signed {{ end }}layer bundle: