From 5d0be0c16a1b0cdd4b67fe23b5be327dedeaba80 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Wed, 9 Jun 2021 23:29:55 +1000 Subject: fix cache path --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dafd9f3..7aee3e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ cache: &global_cache - .yarn - node_modules - data/vicmap.geojson - - data/vicmap-complex.geojson - - data/vicmap-building.geojson + - dist/vicmap-complex.geojson + - dist/vicmap-building.geojson - dist/vicmap-osm-uniq-flats.geojson - data/victoria-addr.osm.geojson - data/victoria-named-features.osm.geojson -- cgit v1.2.3