From 9ab19b5256a2fe0b80e15434233ed1c4079f3d33 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 3 May 2021 09:09:27 +1000 Subject: target filename --- .gitlab-ci.yml | 2 +- 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: diff --git a/Makefile b/Makefile index 28e23a4..7fe9954 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3