Skip to content

Commit f7ff912

Browse files
Revert "Trigger layer version update in documentation (#704)"
This reverts commit 1f9a316.
1 parent f83c1c3 commit f7ff912

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -206,22 +206,6 @@ publish-pypi-package:
206206
script:
207207
- ./ci/publish_pypi.sh
208208

209-
update-layer-versions-docs:
210-
stage: publish
211-
trigger:
212-
project: DataDog/serverless-ci
213-
rules:
214-
- if: '$CI_COMMIT_TAG =~ /^v.*/'
215-
needs: {{ range $runtime := (ds "runtimes").runtimes }}
216-
- publish-layer-prod ({{ $runtime.name }}-{{ $runtime.arch}})
217-
{{- end }}
218-
- publish-pypi-package
219-
variables:
220-
RUN_LAMBDA_LAYER_DOCUMENTATION: "true"
221-
RUN_LAMBDA_DATADOG_CI: "true"
222-
RUN_LAMBDA_UI_LAYER_VERSIONS: "true"
223-
RUN_LAMBDA_RUNTIMES: "true"
224-
225209
layer bundle:
226210
stage: build
227211
tags: ["arch:amd64"]

0 commit comments

Comments
 (0)