mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
formatting in build file
This commit is contained in:
parent
c0e087640b
commit
e6bf266c4b
6
build.go
6
build.go
@ -95,9 +95,9 @@ func main() {
|
|||||||
|
|
||||||
case "package":
|
case "package":
|
||||||
grunt(gruntBuildArg("release")...)
|
grunt(gruntBuildArg("release")...)
|
||||||
if runtime.GOOS != "windows" {
|
if runtime.GOOS != "windows" {
|
||||||
createLinuxPackages()
|
createLinuxPackages()
|
||||||
}
|
}
|
||||||
|
|
||||||
case "pkg-rpm":
|
case "pkg-rpm":
|
||||||
grunt(gruntBuildArg("release")...)
|
grunt(gruntBuildArg("release")...)
|
||||||
|
Loading…
Reference in New Issue
Block a user