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

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 13:21:28 +00:00
committed by GitHub
parent e57ab953f8
commit 17882d7c36
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -655,7 +655,7 @@ def artifacts_page_pipeline():
compile_build_cmd("enterprise"),
artifacts_page_step(),
],
edition = "all",
edition = "enterprise",
environment = {"EDITION": "enterprise"},
),
]