From 0e9a1861bac8b310c757a2c3fd92d67b50ebba12 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 3 May 2021 21:44:23 +1000 Subject: fake parent files for make in build stage, in the future we can consider removing these as real make dependencies to simplify this --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3