Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Apr 17, 2020
1 parent 7200aa3 commit 020470f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/process_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rm -rf ../../country-levels-export
./fips/all.sh
#./br_muni/all.sh

cp ../docs/export_readme.md ../../country-levels-export/
cp ../docs/export_readme.md ../../country-levels-export/README.md

./push.sh
./release.sh
2 changes: 1 addition & 1 deletion scripts/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd "${BASH_SOURCE%/*}/" || exit

cd ../../country-levels-export

rm -rf .git
rm -rf .git release

DATE=$(date -u +%Y-%m-%dT%H:%M)

Expand Down

0 comments on commit 020470f

Please sign in to comment.