From f7ff9128960b17bb3450209b24a4d03469fe6028 Mon Sep 17 00:00:00 2001 From: Rithika Narayan <93233069+rithikanarayan@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:11:49 -0500 Subject: [PATCH] Revert "Trigger layer version update in documentation (#704)" This reverts commit 1f9a316263131ec8022e784855df34e6fba9a9e0. --- ci/input_files/build.yaml.tpl | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/ci/input_files/build.yaml.tpl b/ci/input_files/build.yaml.tpl index 6820057d..67f13706 100644 --- a/ci/input_files/build.yaml.tpl +++ b/ci/input_files/build.yaml.tpl @@ -206,22 +206,6 @@ publish-pypi-package: script: - ./ci/publish_pypi.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 }}-{{ $runtime.arch}}) - {{- end }} - - publish-pypi-package - 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"]