From 6d1f98a0b1f5859126920f811c81b936d95dd9b1 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Wed, 9 Jun 2021 22:29:35 +1000 Subject: also conflate vicmap building name with osm --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03cc5da..dafd9f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -178,9 +178,11 @@ conflate: script: - yarn install - cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js - - make dist/vicmap-complex-site - make dist/conflate + - make dist/vicmap-complex-conflation + - make dist/vicmap-building-conflation - wc -l dist/conflate/*.geojson + - wc -l dist/vicmap-*-conflation/*.geojson when: manual artifacts: name: "conflate" -- cgit v1.2.3