diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-12-21 22:32:21 +1100 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-12-21 22:32:21 +1100 |
commit | b6a26720899ab23605d7692d48186a12ebd3fc46 (patch) | |
tree | 94cb1121c62b5d644cd7f384ed06f6f845c2f9f4 | |
parent | 72d0165c0bcf5541f10eefdfed477e3f15dddf7c (diff) |
fix b2 sync
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c432758..8ee5a8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,7 +146,7 @@ build osm: - mkdir -p data dist - ls data dist - b2 authorize-account $B2_KEYID $B2_APPKEY - - b2 sync --noProgress vicmap2osm . + - b2 sync --noProgress b2://vicmap2osm/ . cache: <<: *global_cache policy: pull-push @@ -172,7 +172,7 @@ conflate: - mkdir -p data dist - ls data dist - b2 authorize-account $B2_KEYID $B2_APPKEY - - b2 sync --noProgress vicmap2osm . + - b2 sync --noProgress b2://vicmap2osm/ . cache: <<: *global_cache policy: pull @@ -195,7 +195,7 @@ candidate: - mkdir -p data dist - ls data dist - b2 authorize-account $B2_KEYID $B2_APPKEY - - b2 sync --noProgress vicmap2osm . + - b2 sync --noProgress b2://vicmap2osm/ . cache: <<: *global_cache policy: pull @@ -215,7 +215,7 @@ upload dev: - mkdir -p data dist - ls data dist - b2 authorize-account $B2_KEYID $B2_APPKEY - - b2 sync --noProgress vicmap2osm . + - b2 sync --noProgress b2://vicmap2osm/ . cache: <<: *global_cache policy: pull @@ -236,7 +236,7 @@ build compareSuburb: - mkdir -p data dist - ls data dist - b2 authorize-account $B2_KEYID $B2_APPKEY - - b2 sync --noProgress vicmap2osm . + - b2 sync --noProgress b2://vicmap2osm/ . cache: <<: *global_cache policy: pull |