We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821fbc4 commit d63dac4Copy full SHA for d63dac4
tile/build.sh
@@ -11,7 +11,7 @@ echo "building go binary"
11
pushd ..
12
curdir=`pwd`
13
go get github.com/cloudfoundry-community/splunk-firehose-nozzle
14
-cd $GOPATH/src/github.com/cloudfoundry-community/splunk-firehose-nozzle && git checkout master && env GOOS=linux GOARCH=amd64 make build VERSION=1.0
+cd $GOPATH/src/github.com/cloudfoundry-community/splunk-firehose-nozzle && git checkout master && env GOOS=linux GOARCH=amd64 make build VERSION=1.0.0
15
cp $GOPATH/src/github.com/cloudfoundry-community/splunk-firehose-nozzle/splunk-firehose-nozzle ${curdir}/../splunk-firehose-nozzle/
16
cd ${curdir}
17
popd
0 commit comments