diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | .gitlab-ci.yml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6de1e3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist/ +data/ +debug/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ded44aa..196c4e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ cache: &global_cache - dist/vicmap-osm-uniq-flats.geojson - data/victoria-addr.osm.geojson - dist/blocksByOSMAddr.geojson + - data/victoria-admin-level10.osm.geojson stages: - docker @@ -133,6 +134,7 @@ build osm: - mkdir -p dist data - make dist/blocksByOSMAddr.fgb - make dist/blocksByOSMAddr.geojson + - make data/victoria-admin-level10.osm.geojson - make summariseBlocksByOSMAddr when: manual artifacts: |