CI: move grabpl shellcheck from grabpl to grafana (#53076)

* add grabpl shellcheck

* grabpl shellcheck -> ./bin/build shellcheck
This commit is contained in:
Kevin Minehart
2022-08-08 10:36:13 -05:00
committed by GitHub
parent 7f43839813
commit d1d237f30a
4 changed files with 57 additions and 6 deletions

View File

@ -654,9 +654,10 @@ def shellcheck_step():
'image': build_image,
'depends_on': [
'grabpl',
'compile-build-cmd',
],
'commands': [
'./bin/grabpl shellcheck',
'./bin/build shellcheck',
],
}