diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-12-21 18:33:10 +1100 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-12-21 18:33:10 +1100 |
commit | 54865c4ca731185932992129d5c23f90f81b2560 (patch) | |
tree | 5e7450fc4b1f3f0043df548c51e0b44d3434e386 | |
parent | 690b8bef85883516c2dc4e29921afb2341cebe1a (diff) |
b2 sync for prepare
-rw-r--r-- | .gitlab-ci.yml | 4 |
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: |