CI: Make shellcheck a standalone pipeline (#55082)

* Make shellcheck standalone pipeline

* Run shellcheck on every .sh change

* Change base image

* Trigger on script changes

* Run shellcheck on PRs only
This commit is contained in:
Dimitris Sotirakis
2022-09-14 09:00:06 +03:00
committed by GitHub
parent ed5d617cb9
commit 716bdde3f6
6 changed files with 97 additions and 49 deletions
-14
View File
@@ -630,20 +630,6 @@ def codespell_step():
}
def shellcheck_step():
return {
'name': 'shellcheck',
'image': build_image,
'depends_on': [
'grabpl',
'compile-build-cmd',
],
'commands': [
'./bin/build shellcheck',
],
}
def package_step(edition, ver_mode, include_enterprise2=False, variants=None):
deps = [
'build-plugins',