Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed Jun 4, 2024
2 parents c79e03b + 372e46a commit aafe8fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions minimize.php

This file was deleted.

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-docker/dist/postcodes-nl.7z ]; then
cp ../bagconv-docker/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-docker/dist/postcodes-nl.7z .
fi
newTag=$(date '+v%y.%m')
#gh release delete $newTag
Expand Down

0 comments on commit aafe8fa

Please sign in to comment.