diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 09:09:27 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 09:09:27 +1000 |
commit | 9ab19b5256a2fe0b80e15434233ed1c4079f3d33 (patch) | |
tree | f38e9c3cc36db9921aeb66f39a8a9587d50acfb8 | |
parent | 5eaa9feaf37760844c46946ed4c07ffadd3ab84f (diff) |
target filename
-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 |