[9.2.x] CI: Do not clone in artifacts-page pipeline (#64663)
This is done in a later step.
This commit is contained in:
+2
-2
@@ -4679,7 +4679,7 @@ volumes:
|
||||
name: docker
|
||||
---
|
||||
clone:
|
||||
retries: 3
|
||||
disable: true
|
||||
depends_on: []
|
||||
environment:
|
||||
EDITION: enterprise
|
||||
@@ -6552,6 +6552,6 @@ kind: secret
|
||||
name: enterprise2_security_prefix
|
||||
---
|
||||
kind: signature
|
||||
hmac: aeb60fb4807df0f275d5a54e21154337acd8157bde0c31203e17bd878b327718
|
||||
hmac: 404ecabc22e8ef4d37079f952c798c0a4e539efa69ed77db6a03ccd3900ac5f2
|
||||
|
||||
...
|
||||
|
||||
@@ -651,7 +651,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