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

This commit is contained in:
Horst Gutmann
2023-02-08 11:57:33 +01:00
committed by GitHub
parent f46f8bdd3a
commit 470be140dc
2 changed files with 3 additions and 3 deletions

View File

@ -653,7 +653,7 @@ def artifacts_page_pipeline():
compile_build_cmd("enterprise"),
artifacts_page_step(),
],
edition = "all",
edition = "enterprise",
environment = {"EDITION": "enterprise"},
),
]