diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 22:32:51 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-20 22:32:51 +1000 |
commit | f699c397841eeb47b4e803ec6185f94585bb4e39 (patch) | |
tree | 40efa1b2b4c2e5d1f30e9912f428b3b6639efb62 /.gitlab-ci.yml | |
parent | 51e2657da1d126ff96fc579294c91455b7f2d03b (diff) |
report which suburbs differer in vicmap / osm
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbed9f3..1faf86f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -173,6 +173,7 @@ build compareSuburb: - time make dist/vicmap-osm.geojson - time make dist/vicmapSuburbDiffersWithOSM.geojson - rm -f dist/vicmap-osm.geojson + - make printDifferentSuburbs when: manual artifacts: name: "build compareSuburb" |