CI: Generate Grafana version (and metadata) when the build binary is built (#54393)
* Add GenerateVersions as BeforeFunc * Delete gen-version * Fix lint * Get build id from env var
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
func main() {
|
||||
app := cli.NewApp()
|
||||
|
||||
app.Before = GenerateVersions
|
||||
app.Commands = cli.Commands{
|
||||
{
|
||||
Name: "build-backend",
|
||||
|
||||
Reference in New Issue
Block a user