aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-06-04 23:43:02 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-06-04 23:43:02 +0800
commita0714f83ca145163821b47da213e226561e42353 (patch)
tree8faf9a15217a57eb7c9a4e633f4da2e6d47aa70f
parent6feb8195a08eeb9cd28aa3f177aa8836c2897650 (diff)
parent5171f1fdd74e7137c305450dd69a29fa5be4143f (diff)
downloadalicelinux-a0714f83ca145163821b47da213e226561e42353.tar.gz
alicelinux-a0714f83ca145163821b47da213e226561e42353.zip
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
-rw-r--r--.woodpecker.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
index 50500d19..f6ec34dc 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -20,6 +20,25 @@ steps:
- git add --all
- 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
+ - cp -ar ../repos/core/. . || true
+ - git add --all
+ - git commit -m "Woodpecker CI ${CI_COMMIT_SHA} [SKIP CI]" --allow-empty
+ - git push
+ - cd ..
+ - rm -rf $CI_REPO_NAME
+ - git clone -b extra https://$${CBTOKEN}@codeberg.org/$CI_REPO.git $CI_REPO_NAME
+ - cd $CI_REPO_NAME
+ - git rm -r "*" || true
+ - cp -ar ../repos/extra/. . || true
+ - git add --all
+ - git commit -m "Woodpecker CI ${CI_COMMIT_SHA} [SKIP CI]" --allow-empty
+ - git push
+
when:
event: [push]