Skip to content

Commit

Permalink
Removed version number from build
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Nov 30, 2016
1 parent 14e3cc7 commit 8869ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/buddy_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
echo Set version number
export VERSION=$(perl -n -e'/v(\d+).(\d+).(\d+).(\d+)/'' && print "v$1\.$2\.$3\.$4"' version.go)
export VERSION=$(perl -n -e'/v(\d+).(\d+).(\d+).(\d+)/'' && print "$1\.$2\.$3\.$4"' version.go)

echo Generating key
[[ $(gpg --list-keys | grep -w 729EA673) ]] && echo "Key exists" || gpg --import build_key.key
Expand All @@ -16,7 +16,7 @@ export armBINDIR=$SOURCEBINPATH/build/arm/tyk.linux.arm64-$VERSION
export i386TGZDIR=$SOURCEBINPATH/build/i386/tgz/tyk.linux.i386-$VERSION
export amd64TGZDIR=$SOURCEBINPATH/build/amd64/tgz/tyk.linux.amd64-$VERSION
export armTGZDIR=$SOURCEBINPATH/build/arm/tgz/tyk.linux.arm64-$VERSION
export PACKAGECLOUDREPO=tyk-gateway
export PACKAGECLOUDREPO=tyk-gateway-auto

orgDir=/src/github.com/TykTechnologies
cliDIR=/src/github.com/TykTechnologies/tyk-cli
Expand Down

0 comments on commit 8869ed6

Please sign in to comment.