diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-03 16:23:47 +0200 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-03 16:23:47 +0200 |
| commit | 495bfcc4011c3eb286cb5e4d57aef27af6b8751e (patch) | |
| tree | 09c0e2a8d6fecc487c5949d58675bf3a5997705c /.woodpecker.yml | |
| parent | b1966179816980489b11037e27861acc29eeee50 (diff) | |
| download | alicelinux-495bfcc4011c3eb286cb5e4d57aef27af6b8751e.tar.gz alicelinux-495bfcc4011c3eb286cb5e4d57aef27af6b8751e.zip | |
update woodpecker
Diffstat (limited to '.woodpecker.yml')
| -rw-r--r-- | .woodpecker.yml | 1 |
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 |