diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-08 22:13:02 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-08 22:13:02 +1000 |
commit | b516f748d86d4bd2685a5543fa811806e06610ec (patch) | |
tree | c437f5e6f9601b29f1e727cd7c9774346e6b55ab /.gitlab-ci.yml | |
parent | befb3e39de289c2918e75b43c51eb8d20513e305 (diff) |
fix compareSuburbs now addr:suburb not included by default
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a9c2fb..d159d7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -237,7 +237,7 @@ build compareSuburb: - touch data/VICMAP_ADDRESS.zip - touch data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp - touch --no-create data/vicmap.geojson - - time make dist/vicmap-osm.geojson + - time make dist/vicmap-osm-with-suburb.geojson - time make dist/vicmapSuburbDiffersWithOSM.geojson - rm -f dist/vicmap-osm.geojson - make printDifferentSuburbs |