mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:42:12 +08:00
Drone: Fix order of steps (#27076)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -32,10 +32,10 @@ def pr_pipelines(edition):
|
||||
lint_backend_step(edition),
|
||||
codespell_step(),
|
||||
shellcheck_step(),
|
||||
build_backend_step(edition=edition, variants=variants),
|
||||
build_frontend_step(edition=edition),
|
||||
test_backend_step(),
|
||||
test_frontend_step(),
|
||||
build_backend_step(edition=edition, variants=variants),
|
||||
build_frontend_step(edition=edition),
|
||||
build_plugins_step(edition=edition),
|
||||
package_step(edition=edition, variants=variants),
|
||||
e2e_tests_server_step(),
|
||||
@ -81,10 +81,10 @@ def master_pipelines(edition):
|
||||
lint_backend_step(edition),
|
||||
codespell_step(),
|
||||
shellcheck_step(),
|
||||
build_backend_step(edition=edition),
|
||||
build_frontend_step(edition=edition),
|
||||
test_backend_step(),
|
||||
test_frontend_step(),
|
||||
build_backend_step(edition=edition),
|
||||
build_frontend_step(edition=edition),
|
||||
build_plugins_step(edition=edition),
|
||||
package_step(edition=edition),
|
||||
e2e_tests_server_step(),
|
||||
|
Reference in New Issue
Block a user