Updated circle.yml added package step

This commit is contained in:
Torkel Ödegaard 2015-03-07 14:04:12 +01:00
parent 2193f222c5
commit 07a21e921d
2 changed files with 2 additions and 1 deletions

View File

@ -73,8 +73,8 @@ func main() {
case "package":
//verifyGitRepoIsClean()
grunt("release", "--pkgVer="+version)
createRpmAndDeb()
grunt("release", "--pkgVer="+version)
case "latest":
makeLatestDistCopies()

View File

@ -30,3 +30,4 @@ deployment:
owner: grafana
commands:
- ./docker/buildcontainer/run_circle.sh
- go run build.go package latest