Removed deploy step from circle, will go in another repo

This commit is contained in:
Torkel Ödegaard 2015-03-07 15:24:52 +01:00
parent 07a21e921d
commit 880893914a
2 changed files with 2 additions and 15 deletions

View File

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

View File

@ -7,15 +7,10 @@ machine:
REPO_PATH: "${ORG_PATH}/grafana"
dependencies:
cache_directories:
- "~/docker"
pre:
- ./docker/buildcontainer/build_circle.sh
override:
- rm -rf ${GOPATH}/src/${REPO_PATH}
- mkdir -p ${GOPATH}/src/${ORG_PATH}
- cp -r ../grafana ${GOPATH}/src/${ORG_PATH}
- ln -s ~/grafana ${GOPATH}/src/${ORG_PATH}
- go get github.com/tools/godep
- npm install
@ -23,11 +18,3 @@ test:
override:
- godep go test -v ./pkg/...
- ./node_modules/grunt-cli/bin/grunt test
deployment:
develop:
branch: develop
owner: grafana
commands:
- ./docker/buildcontainer/run_circle.sh
- go run build.go package latest