From a4c05f0b5957f078814b48e60ae79fa401c703d9 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 24 May 2022 14:20:32 +1000 Subject: clear any existing outputs during prepare to start fresh --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3