diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-09 22:28:25 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-09 22:28:25 +1000 |
commit | 3b5ff46fa5686bfd8470e81d3cb10382319a4aa4 (patch) | |
tree | bb5970b2ae937552625eb439306f0b6c5d2da1ff | |
parent | a923c9f996926c7543a48c6f77783eb51af17173 (diff) |
add required files to cache
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |