Skip to content

Commit

Permalink
Merge pull request #126 from flant/fix_build_script2
Browse files Browse the repository at this point in the history
Fix build script: set kubedog cli version properly
  • Loading branch information
distorhead authored Jul 26, 2019
2 parents fc91bf7 + 5bbbaab commit fab92cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/release/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ go_build() {
echo "# Building kubedog $VERSION for $os $arch ..."

GOOS=$os GOARCH=$arch CGO_ENABLED=0 \
go build -ldflags="-s -w -X github.com/flant/kubedog/pkg/kubedog.Version=$VERSION" \
go build -ldflags="-s -w -X github.com/flant/kubedog.Version=$VERSION" \
-o $outputFile github.com/flant/kubedog/cmd/kubedog

echo "# Built $outputFile"
Expand Down

0 comments on commit fab92cf

Please sign in to comment.