Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee authored May 3, 2024
1 parent 3765889 commit bb948ae
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
#!/bin/bash
set -e
if [ ! -f postcodes-nl.7z ]; then
if [ -f ../bagconv/dist/postcodes-nl.7z ]; then
cp ../bagconv/dist/postcodes-nl.7z .
else
if [ ! -f pcodes.zip ]; then
wget berthub.eu/bagconv/pcodes.zip
fi
zcat pcodes.zip | php minimize.php | 7z a postcodes-nl.7z -sipostcodes-nl.csv
#rm pcodes.zip
fi
cp ../bagconv/dist/postcodes-nl.7z .
fi
newTag=$(date '+v%y.%m')
#gh release delete $newTag
Expand Down

0 comments on commit bb948ae

Please sign in to comment.