Skip to content

Commit

Permalink
Release task now clears build directory first
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefarah committed Oct 13, 2015
1 parent 3dee7b8 commit 001925a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
# This assumes that gonative and gox is installed as per the 'one time setup' instructions
# at https://github.com/inconshreveable/gonative

rm build/*
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"

0 comments on commit 001925a

Please sign in to comment.