mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(build): fixed build script issue
This commit is contained in:
2
build.go
2
build.go
@@ -73,7 +73,7 @@ func main() {
|
||||
grunt("test")
|
||||
|
||||
case "package":
|
||||
// grunt("release", fmt.Sprintf("--pkgVer=%v-%v", linuxPackageVersion, linuxPackageIteration))
|
||||
grunt("release", fmt.Sprintf("--pkgVer=%v-%v", linuxPackageVersion, linuxPackageIteration))
|
||||
createLinuxPackages()
|
||||
|
||||
case "pkg-rpm":
|
||||
|
||||
Reference in New Issue
Block a user