[9.4.x] CI: Do not clone repo in artifact-page step (#63077) (#63087)

CI: Do not clone repo in artifact-page step (#63077)

(cherry picked from commit 470be140dc)
This commit is contained in:
Horst Gutmann
2023-02-08 15:19:53 +02:00
committed by GitHub
parent 23ac2de4d3
commit 0d648ea977
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4667,7 +4667,7 @@ volumes:
name: docker
---
clone:
retries: 3
disable: true
depends_on: []
environment:
EDITION: enterprise
@@ -6553,6 +6553,6 @@ kind: secret
name: aws_secret_access_key
---
kind: signature
hmac: 231c3cfdadd0324e9b37b6fae0bd1b75c341759d80731e3f7dc20bd8f18db82a
hmac: 0296dba0ce97a0397b18982ddb4ee46ba55d1027c204dcc18303959389bc67ed
...
+1 -1
View File
@@ -652,7 +652,7 @@ def artifacts_page_pipeline():
compile_build_cmd("enterprise"),
artifacts_page_step(),
],
edition = "all",
edition = "enterprise",
environment = {"EDITION": "enterprise"},
),
]