diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-03 16:32:13 +0200 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-03 16:32:13 +0200 |
| commit | 5171f1fdd74e7137c305450dd69a29fa5be4143f (patch) | |
| tree | 3067e6cb64f671a86fd43c82ccdb945f4203204c /.woodpecker.yml | |
| parent | 495bfcc4011c3eb286cb5e4d57aef27af6b8751e (diff) | |
| download | alicelinux-5171f1fdd74e7137c305450dd69a29fa5be4143f.tar.gz alicelinux-5171f1fdd74e7137c305450dd69a29fa5be4143f.zip | |
Update .woodpecker.yml
Diffstat (limited to '.woodpecker.yml')
| -rw-r--r-- | .woodpecker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 1578ae55..f6ec34dc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,7 +20,7 @@ steps: - git add --all - git commit -m "Woodpecker CI ${CI_COMMIT_SHA} [SKIP CI]" --allow-empty - git push - - cd .. + - cd ../.. - rm -rf $CI_REPO_NAME - git clone -b core https://$${CBTOKEN}@codeberg.org/$CI_REPO.git $CI_REPO_NAME - cd $CI_REPO_NAME |