Compare commits

..

7 Commits

Author SHA1 Message Date
38d23b4a2f Update .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-12-02 19:09:41 +00:00
bf6ff24d13 Update .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2025-12-02 19:07:01 +00:00
6ae42a7367 Update .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2025-12-02 18:51:30 +00:00
Eliya Sankar
4989306d0c trigger pipeline 2025-12-02 18:49:37 +00:00
Eliya Sankar
eb3315bbe8 Merge remote-tracking branch 'gitea/test' 2025-12-02 18:22:55 +00:00
Eliya Sankar
e5d7777c68 Sync main for CI 2025-12-02 17:59:30 +00:00
Eliya Sankar
4bb97a53d6 initial commit 2025-12-01 19:52:17 +00:00

View File

@@ -50,11 +50,13 @@ steps:
when:
status: [ success ]
commands:
- echo "Verifying local git integrity..."
- git fsck --full
- git config --global user.name "woodpecker"
- git config --global user.email "ci@localhost"
- git remote add github https://$GITHUB_TOKEN@github.com/Magiciian/dummy-app.git
- git fetch github main
- git rebase github/main
- git push github HEAD:main
# IMPORTANT: convert shallow clone to full history
- git fetch --depth=1000000
# Force push Gitea -> GitHub
- git push -f github HEAD:main