diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6928b2c..32a6185 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,7 +95,9 @@ prepare: image: "registry.gitlab.com/alantgeo/vicmap2osm:prepare" before_script: - b2 authorize-account $B2_KEYID $B2_APPKEY - - b2 sync --allowEmptySource --noProgress b2://vicmap2osm/ . + - mkdir -p dist data + - b2 sync --allowEmptySource --noProgress --delete dist b2://vicmap2osm/dist + - b2 sync --allowEmptySource --noProgress --delete data b2://vicmap2osm/data cache: <<: *global_cache policy: push |