diff options
-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" |