From 3b5ff46fa5686bfd8470e81d3cb10382319a4aa4 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Wed, 9 Jun 2021 22:28:25 +1000 Subject: add required files to cache --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92460ed..03cc5da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,8 @@ cache: &global_cache - .yarn - node_modules - data/vicmap.geojson + - data/vicmap-complex.geojson + - data/vicmap-building.geojson - dist/vicmap-osm-uniq-flats.geojson - data/victoria-addr.osm.geojson - data/victoria-named-features.osm.geojson -- cgit v1.2.3