diff options
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c491a86..2889ac7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,10 +102,10 @@ build vicmap: - touch data/VICMAP_ADDRESS.zip - touch data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp - touch --no-create data/vicmap.geojson - - make dist/vicmap-osm.geojson - - make dist/vicmap-osm-uniq.geojson - - make dist/vicmap-osm-uniq-flats.geojson - - make dist/vicmap-osm-uniq-flats-withinrange.geojson + - time make dist/vicmap-osm.geojson + - time make dist/vicmap-osm-uniq.geojson + - time make dist/vicmap-osm-uniq-flats.geojson + - time make dist/vicmap-osm-uniq-flats-withinrange.geojson when: manual artifacts: name: "build vicmap" |