diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-04 16:13:18 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-04 16:13:18 +1000 |
commit | 103713cbc0f4ee4e70aae88aeefaede663347e57 (patch) | |
tree | 1fa4fdea46b2559dfb7862e7eb595e0381c4ea61 | |
parent | 4114f6cc1762573ddf05cf92f2d304dbf04ed04e (diff) |
update ci to use new make targets
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe420c2..b699b22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,8 @@ build: - 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-flats.geojson + - make dist/vicmap-osm-uniq.geojson + - make dist/vicmap-osm-uniq-flats.geojson artifacts: name: "build" paths: |