diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 15:40:22 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 15:40:22 +1000 |
commit | 986935c01827b43e5e96333b8e97dd220ac41684 (patch) | |
tree | 85cc5dba278b37cd276c025f51bdd75f7fc376fa | |
parent | 6db3303b4a32c6f8ec7cfa9fbfbeca03f8d6c439 (diff) |
run ci jobs manually
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |