aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files 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: