Nightly builds are now 0.9.4

[ci skip]
pull/3734/head
Philip O'Toole 2015-08-18 17:57:49 -07:00
parent f4077764b2
commit eb7c41efd4
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ cd $GOPATH/src/github.com/influxdb
git clone https://github.com/influxdb/influxdb.git
cd $GOPATH/src/github.com/influxdb/influxdb
NIGHTLY_BUILD=true ./package.sh 0.9.3-nightly-`git log --pretty=format:'%h' -n 1`
NIGHTLY_BUILD=true ./package.sh 0.9.4-nightly-`git log --pretty=format:'%h' -n 1`
rm -rf $REPO_DIR