Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Mar 18, 2019
1 parent 3fe22fb commit 36bfe7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh

git checkout config/config.go
sed -i -- "s/BUILD_VERSION/`git rev-parse HEAD`/g" config/config.go || exit
go build

0 comments on commit 36bfe7c

Please sign in to comment.