CI: move grabpl build-frontend from grabpl to grafana (#53073)

* move grabpl build-frontend
This commit is contained in:
Kevin Minehart
2022-08-10 10:29:51 -04:00
committed by GitHub
parent 435aaf81d2
commit d117689aea
8 changed files with 143 additions and 9 deletions
+11
View File
@@ -25,6 +25,17 @@ func main() {
&buildIDFlag,
},
},
{
Name: "build-frontend",
Usage: "Build front-end artifacts",
ArgsUsage: "[version]",
Action: ArgCountWrapper(1, BuildFrontend),
Flags: []cli.Flag{
&jobsFlag,
&editionFlag,
&buildIDFlag,
},
},
{
Name: "build-docker",
Usage: "Build Grafana Docker images",