diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-16 19:04:23 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-16 19:04:23 +1000 |
commit | a1751004c7560b391a3f477cff5f3bfa3d90c1e9 (patch) | |
tree | 1c0418f6b7f94eb326922a1ed4580bd2e152bdfa | |
parent | c1ded85b8e3ed407a1d52d9b0aa62f988e17bd1e (diff) |
run build osm to identify blocks where we can import without conflation
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files 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 |