Skip to content

Commit

Permalink
build.sh: Remove old binaries before building new ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
philwo committed Jun 19, 2019
1 parent f4ef11a commit a843c2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
set -euxo pipefail

### Build release artifacts using Bazel.
rm -f bazelisk bin/*

go build
for platform in darwin linux windows; do
USE_BAZEL_VERSION=0.25.3 ./bazelisk build \
Expand Down

0 comments on commit a843c2a

Please sign in to comment.