Skip to content

Commit

Permalink
Fixed buddy script version check
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Apr 4, 2017
1 parent c4f1a5e commit a110272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 "$1\.$2\.$3\.$4"' version.go)
export VERSION=$(perl -n -e'/v(\d+).(\d+).(\d+)/'' && print "$1\.$2\.$3"' version.go)

echo Generating key
[[ $(gpg --list-keys | grep -w 729EA673) ]] && echo "Key exists" || gpg --import build_key.key
Expand Down

0 comments on commit a110272

Please sign in to comment.