diff options
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57bb75b..2476dd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build: - apt-get update && apt-get install -y yarn nodejs - yarn install - mkdir -p dist - - make downloadVicmap unzip + - make data/VICMAP_ADDRESS.zip unzip - make data/vicmap.geojson - make dist/vicmap-osm.geojson artifacts: @@ -1,7 +1,7 @@ # download VicMap source data # the URL here usually gets manually updated weekly though no guarantees # it's a mirror of the upstream VICMAP data with split shp files reduced to a single shp file -downloadVicmap: +data/VICMAP_ADDRESS.zip: mkdir -p data wget --no-verbose --directory-prefix=data https://www.alantgeo.com.au/share/VICMAP_ADDRESS.zip |