mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 23:37:01 -06:00
Updated circle.yml added package step
This commit is contained in:
parent
2193f222c5
commit
07a21e921d
2
build.go
2
build.go
@ -73,8 +73,8 @@ func main() {
|
||||
|
||||
case "package":
|
||||
//verifyGitRepoIsClean()
|
||||
grunt("release", "--pkgVer="+version)
|
||||
createRpmAndDeb()
|
||||
grunt("release", "--pkgVer="+version)
|
||||
|
||||
case "latest":
|
||||
makeLatestDistCopies()
|
||||
|
@ -30,3 +30,4 @@ deployment:
|
||||
owner: grafana
|
||||
commands:
|
||||
- ./docker/buildcontainer/run_circle.sh
|
||||
- go run build.go package latest
|
||||
|
Loading…
Reference in New Issue
Block a user