mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Make init-enterprise
depend on grabpl
(#65797)
Make init-enterprise depend on grabpl # Conflicts: # .drone.yml
This commit is contained in:
committed by
GitHub
parent
2647b2e0f9
commit
821633c796
@@ -78,10 +78,10 @@ def test_frontend_enterprise(trigger, ver_mode, source, edition = "enterprise"):
|
||||
environment = {"EDITION": edition}
|
||||
steps = (
|
||||
[
|
||||
download_grabpl_step(),
|
||||
clone_enterprise_step(source),
|
||||
init_enterprise_step(ver_mode),
|
||||
identify_runner_step(),
|
||||
download_grabpl_step(),
|
||||
] +
|
||||
with_deps([yarn_install_step()], ["init-enterprise"]) +
|
||||
[
|
||||
|
@@ -171,6 +171,7 @@ def init_enterprise_step(ver_mode):
|
||||
"image": build_image,
|
||||
"depends_on": [
|
||||
"clone-enterprise",
|
||||
"grabpl",
|
||||
],
|
||||
"environment": environment,
|
||||
"commands": [
|
||||
|
Reference in New Issue
Block a user