mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 18:12:13 +08:00
CI: move grabpl shellcheck
from grabpl to grafana (#53076)
* add grabpl shellcheck * grabpl shellcheck -> ./bin/build shellcheck
This commit is contained in:
@ -654,9 +654,10 @@ def shellcheck_step():
|
||||
'image': build_image,
|
||||
'depends_on': [
|
||||
'grabpl',
|
||||
'compile-build-cmd',
|
||||
],
|
||||
'commands': [
|
||||
'./bin/grabpl shellcheck',
|
||||
'./bin/build shellcheck',
|
||||
],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user