CI: move grabpl package command to pkg/build (#55651)

* add grabpl package

* update .drone.yml

* resolve lint errors
This commit is contained in:
Kevin Minehart
2022-09-23 11:49:07 -05:00
committed by GitHub
parent f3a307778a
commit 2fadeeff4c
14 changed files with 1467 additions and 11 deletions
+13
View File
@@ -124,6 +124,19 @@ func main() {
Usage: "Exports version in dist/grafana.version",
Action: ExportVersion,
},
{
Name: "package",
Usage: "Package one or more Grafana variants",
ArgsUsage: "[version]",
Action: ArgCountWrapper(1, Package),
Flags: []cli.Flag{
&jobsFlag,
&variantsFlag,
&editionFlag,
&buildIDFlag,
&signFlag,
},
},
{
Name: "store-storybook",
Usage: "Integrity check for storybook build",