Skip to content

Commit

Permalink
release script: clear release dir before creating artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Zhylinski committed Jul 13, 2016
1 parent 9c470a4 commit 109cf98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build_releases
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ echo

release_folder=release
mkdir -p $release_folder
echo "Clening release dir"
echo
rm $release_folder/*

for GOOS in linux windows darwin
do
Expand Down

0 comments on commit 109cf98

Please sign in to comment.