From 27ef54718487c558182fc73609a649a1adcf9b26 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 18 May 2021 16:05:04 +1000 Subject: log time --- .gitlab-ci.yml | 8 ++++---- 1 file 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" -- cgit v1.2.3