Skip to content

Commit

Permalink
Merge pull request #37 from kdada/master
Browse files Browse the repository at this point in the history
feat(build): clear output dir in building
  • Loading branch information
zoumo authored Jan 17, 2018
2 parents 61c3cae + a2db120 commit ae32649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/charts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ function packChart() {
function generate() {
# Copy input to tmp dir.
mkdir -p $tmp
# Clear output dir.
rm -rf $OUTPUT_DIR
mkdir -p $OUTPUT_DIR
cp -R $INPUT_DIR/* $tmp
for chartPath in $tmp/*; do
Expand Down

0 comments on commit ae32649

Please sign in to comment.