diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-09 23:29:55 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-09 23:29:55 +1000 |
commit | 5d0be0c16a1b0cdd4b67fe23b5be327dedeaba80 (patch) | |
tree | 9f5fe43b1eb9b4ede7629043bcfcf5514502b00b | |
parent | 6d1f98a0b1f5859126920f811c81b936d95dd9b1 (diff) |
fix cache path
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files 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 |