From a1751004c7560b391a3f477cff5f3bfa3d90c1e9 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sun, 16 May 2021 19:04:23 +1000 Subject: run build osm to identify blocks where we can import without conflation --- .gitlab-ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5f63c9..288ddb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: - docker - prepare - build - - conflate + - build docker prepare: image: docker:latest @@ -94,16 +94,14 @@ build: - dist - debug -conflate: - stage: conflate +build osm: + stage: build image: "registry.gitlab.com/alantgeo/vicmap2osm:conflate" - cache: - <<: *global_cache - policy: pull + cache: {} script: - yarn install - make dist/addressesPerBlock.fgb artifacts: - name: "conflate" + name: "build osm" paths: - dist -- cgit v1.2.3