aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2022-05-25 16:31:24 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2022-05-25 16:31:24 +1000
commitde2604634f09d02c7e007407d53a613bbddfbaf6 (patch)
tree49388b039392ea8d9e2c4d6c9fa13a4652ef987d
parent1d4b4724ac00cae5e1a10d83857d648f3d0df7cc (diff)
needs
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7556a4b..041d7a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,6 +139,7 @@ build osm:
- make dist/blocksByOSMAddr.geojson
- make data/victoria-admin-level9.osm.geojson
- make summariseBlocksByOSMAddr
+ needs: ['prepare']
dependencies:
- prepare
artifacts:
@@ -174,6 +175,7 @@ build vicmap:
- time make dist/vicmap-osm-overlapping.geojson
- time make convertGeoJSONResultsToFGB
- wc -l dist/*.geojson
+ needs: ['build osm']
dependencies:
- build osm
artifacts:
@@ -202,6 +204,7 @@ conflate:
- make convertConflationResultsToFGB
- wc -l dist/conflate/*.geojson
- wc -l dist/vicmap-*-conflation/*.geojson
+ needs: ['build vicmap', 'build osm']
dependencies:
- build vicmap
- build osm
@@ -227,6 +230,7 @@ candidate:
- cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js
- make dist/unitFromNumber.osc
- make dist/candidates
+ needs: ['conflate']
dependencies:
- conflate
after_script:
@@ -254,6 +258,7 @@ upload dev:
- cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js
- ./bin/upload.sh
when: manual
+ needs: ['candidate']
dependencies:
- candidate
artifacts:
@@ -283,6 +288,7 @@ build compareSuburb:
- rm -f dist/vicmap-osm-with-suburb.geojson
- make printDifferentSuburbs
when: manual
+ needs: ['prepare']
dependencies:
- prepare
artifacts: