From 986935c01827b43e5e96333b8e97dd220ac41684 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 17 May 2021 15:40:22 +1000 Subject: run ci jobs manually --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 288ddb3..ca13720 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,6 +88,7 @@ build: - make dist/vicmap-osm-uniq.geojson - make dist/vicmap-osm-uniq-flats.geojson - make dist/vicmap-osm-uniq-flats-withinrange.geojson + when: manual artifacts: name: "build" paths: @@ -101,6 +102,7 @@ build osm: script: - yarn install - make dist/addressesPerBlock.fgb + when: manual artifacts: name: "build osm" paths: -- cgit v1.2.3