From 54865c4ca731185932992129d5c23f90f81b2560 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 21 Dec 2021 18:33:10 +1100 Subject: b2 sync for prepare --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3e105b..d2eeae6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ prepare: image: "registry.gitlab.com/alantgeo/vicmap2osm:prepare" before_script: - b2 authorize-account $B2_KEYID $B2_APPKEY - - b2 sync --noProgress vicmap2osm . + - b2 sync --noProgress b2://vicmap2osm/ . cache: <<: *global_cache policy: push @@ -105,7 +105,7 @@ prepare: - make data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp - make data/vicmap.geojson after_script: - - b2 sync --noProgress data/vicmap.geojson vicmap2osm/data/vicmap.geojson + - b2 upload-file --noProgress vicmap2osm data/vicmap.geojson data/vicmap.geojson when: manual build vicmap: -- cgit v1.2.3