diff --git a/helm-chart/.gitlab-ci.yml b/helm-chart/.gitlab-ci.yml index 5ceedaa0..ecab4924 100644 --- a/helm-chart/.gitlab-ci.yml +++ b/helm-chart/.gitlab-ci.yml @@ -13,7 +13,7 @@ initialize-maibot-git-repo: paths: - target-repo/ script: - - rm -r target-repo + - rm -r target-repo || echo "`target-repo/` not found. Skipped." - git reset --hard $(git describe --tags --abbrev=0) - cp -r . /tmp/target-repo - mv /tmp/target-repo ./target-repo