From 05f5dfba5de502ffadb15f81df75b4a930feb64b Mon Sep 17 00:00:00 2001 From: Rithika Narayan <93233069+rithikanarayan@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:13:00 -0500 Subject: [PATCH] Revert "Trigger layer version update in documentation (#131)" This reverts commit eef272c937785641e49618c03bc218e274170974. --- .gitlab/template.yaml.tpl | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitlab/template.yaml.tpl b/.gitlab/template.yaml.tpl index 0da99e5..1c91ae5 100644 --- a/.gitlab/template.yaml.tpl +++ b/.gitlab/template.yaml.tpl @@ -155,23 +155,6 @@ publish rubygems: script: - .gitlab/scripts/publish_rubygems.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.ruby_version }}, {{ $runtime.arch}}) - {{- end }} - - publish rubygems - variables: - RUN_LAMBDA_LAYER_DOCUMENTATION: "true" - RUN_LAMBDA_DATADOG_CI: "true" - RUN_LAMBDA_UI_LAYER_VERSIONS: "true" - RUN_LAMBDA_RUNTIMES: "true" - layer bundle: stage: build tags: ["arch:amd64"]