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