diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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" |