mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:32:15 +08:00
CI: grabpl verify-drone -> ./bin/build verify-drone
(#55171)
* move grabpl verify-drone
This commit is contained in:
@ -3,6 +3,7 @@ load(
|
||||
'identify_runner_step',
|
||||
'download_grabpl_step',
|
||||
'lint_drone_step',
|
||||
'compile_build_cmd',
|
||||
)
|
||||
|
||||
load(
|
||||
@ -14,6 +15,7 @@ def verify_drone(trigger, ver_mode):
|
||||
steps = [
|
||||
identify_runner_step(),
|
||||
download_grabpl_step(),
|
||||
compile_build_cmd(),
|
||||
lint_drone_step(),
|
||||
]
|
||||
return pipeline(
|
||||
|
@ -164,7 +164,7 @@ def lint_drone_step():
|
||||
'name': 'lint-drone',
|
||||
'image': curl_image,
|
||||
'commands': [
|
||||
'./bin/grabpl verify-drone',
|
||||
'./bin/build verify-drone',
|
||||
],
|
||||
'depends_on': [
|
||||
'grabpl',
|
||||
|
Reference in New Issue
Block a user