Skip to content

Commit

Permalink
fix SKIP_COLLECT cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Apr 11, 2020
1 parent 47c7622 commit 0e06931
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/process_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ cd "${BASH_SOURCE%/*}/" || exit

rm -rf ../data/{fips,shp,topojson}
rm -rf ../data/geojson/{br_muni,fips}
rm -rf ../data/geojson/wam/simp

[ -z "$SKIP_COLLECT" ] && rm -rf ../data/wam
[ -z "$SKIP_COLLECT" ] && rm -rf ../data/geojson/wam/collected
[ -z "$SKIP_COLLECT" ] && rm -rf ../data/geojson/wam/{collected,simp}

rm -rf ../../country-levels-export

Expand Down

0 comments on commit 0e06931

Please sign in to comment.