diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 16:21:31 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 16:21:31 +1000 |
commit | 8debcbabfa32359264706db719357b13a676a00f (patch) | |
tree | ff215c08897e176b28bfab7757a637bb0be82e25 /.gitlab-ci.yml | |
parent | e0f2262dea32bbf168a00c0ec77362455b88d99c (diff) |
rename to blocksByOSMAddr as this file represents city blocks which have either no osm addresses or some osm addresses
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a761c1..d868db7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,8 @@ build osm: script: - yarn install - mkdir -p dist data - - make dist/addressesPerBlock.fgb + - make dist/blocksByOSMAddr.fgb + - make summariseBlocksByOSMAddr when: manual artifacts: name: "build osm" |