[9.2.x] CI: Do not clone in artifacts-page pipeline (#64663)

This is done in a later step.
This commit is contained in:
Horst Gutmann
2023-03-13 07:22:02 +00:00
committed by GitHub
parent 82018b922e
commit 0dbdbfe745
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
...
+1 -1
View File
@@ -651,7 +651,7 @@ def artifacts_page_pipeline():
compile_build_cmd("enterprise"),
artifacts_page_step(),
],
edition = "all",
edition = "enterprise",
environment = {"EDITION": "enterprise"},
),
]