diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 21:44:23 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 21:44:23 +1000 |
commit | 0e9a1861bac8b310c757a2c3fd92d67b50ebba12 (patch) | |
tree | d2637a56247d3d80a3ba7f6bb2ed6160e79da839 /.gitlab-ci.yml | |
parent | d5c8ecd027a448a19b1af1003760d8bfb856c36c (diff) |
fake parent files for make in build stage, in the future we can consider removing these as real make dependencies to simplify this
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4e5eb4..a165d48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,10 @@ build: - apt-get update && apt-get install -y yarn nodejs - yarn install - node test/index.js - - mkdir -p dist + - mkdir -p dist data + - mkdir -p data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer + - touch data/VICMAP_ADDRESS.zip + - touch data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp - touch --no-create data/vicmap.geojson - make dist/vicmap-osm.geojson - make dist/vicmap-osm-flats.geojson |