aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker.yml')
-rw-r--r--.woodpecker.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
index bf082ae0..1578ae55 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -21,6 +21,7 @@ steps:
- git commit -m "Woodpecker CI ${CI_COMMIT_SHA} [SKIP CI]" --allow-empty
- git push
- cd ..
+ - rm -rf $CI_REPO_NAME
- git clone -b core https://$${CBTOKEN}@codeberg.org/$CI_REPO.git $CI_REPO_NAME
- cd $CI_REPO_NAME
- git rm -r "*" || true