diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 20:52:52 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 20:52:52 +1000 |
commit | 6f3c426934f4bbee4b1aed8e85624bcfca0d8c30 (patch) | |
tree | 2c4888e5fb8890ba9dd5722210ffc3abbc5d1f31 | |
parent | dd18ea61bb911a82205518d555081c40e24cf4b4 (diff) |
use cached file when using make
-rw-r--r-- | .gitlab-ci.yml | 2 |
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" |