CI: move grabpl build-plugins from grabpl to grafana (#53071)

* add grabpl command to build internal plugins

* grabpl build-plugins -> ./bin/build build-plugins
This commit is contained in:
Kevin Minehart
2022-08-04 11:39:36 -05:00
committed by GitHub
parent bf3fa4a445
commit 138f03aad1
11 changed files with 609 additions and 12 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ def build_plugins_step(edition, ver_mode):
],
'commands': [
# TODO: Use percentage for num jobs
'./bin/grabpl build-plugins --jobs 8 --edition {}'.format(edition),
'./bin/build build-plugins --jobs 8 --edition {}'.format(edition),
],
}