CI: Do not clone repo in artifact-page step (#63077)
(cherry picked from commit 470be140dc)
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
...
|
||||
|
||||
@@ -652,7 +652,7 @@ def artifacts_page_pipeline():
|
||||
compile_build_cmd("enterprise"),
|
||||
artifacts_page_step(),
|
||||
],
|
||||
edition = "all",
|
||||
edition = "enterprise",
|
||||
environment = {"EDITION": "enterprise"},
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user