Przeglądaj źródła

Updated circle.yml added package step

Torkel Ödegaard 11 lat temu
rodzic
commit
07a21e921d
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 1
      build.go
  2. 1 0
      circle.yml

+ 1 - 1
build.go

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

+ 1 - 0
circle.yml

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