Updated circle.yml added package step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user