aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 776458e..c4e5eb4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,8 @@ build:
- yarn install
- node test/index.js
- mkdir -p dist
- - make --assume-old=data/vicmap.geojson dist/vicmap-osm.geojson
+ - touch --no-create data/vicmap.geojson
+ - make dist/vicmap-osm.geojson
- make dist/vicmap-osm-flats.geojson
artifacts:
name: "build"