aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-03 20:52:52 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-03 20:52:52 +1000
commit6f3c426934f4bbee4b1aed8e85624bcfca0d8c30 (patch)
tree2c4888e5fb8890ba9dd5722210ffc3abbc5d1f31
parentdd18ea61bb911a82205518d555081c40e24cf4b4 (diff)
use cached file when using make
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0f3643..776458e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,7 @@ build:
- yarn install
- node test/index.js
- mkdir -p dist
- - make dist/vicmap-osm.geojson
+ - make --assume-old=data/vicmap.geojson dist/vicmap-osm.geojson
- make dist/vicmap-osm-flats.geojson
artifacts:
name: "build"