Skip to content

Commit

Permalink
force remove on CGO builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Jul 27, 2018
1 parent 3764557 commit 37595e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ do
cdir=$(pwd)
cd $dir
zip -9 -D ${fn}.zip tegola${EXT}
rm tegola${EXT}
rm -f tegola${EXT}
cd ${cdir}
done
done
Expand Down

0 comments on commit 37595e6

Please sign in to comment.