Update .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-12-02 19:07:01 +00:00
parent 6ae42a7367
commit bf6ff24d13

View File

@@ -50,11 +50,13 @@ steps:
when: when:
status: [ success ] status: [ success ]
commands: commands:
- echo "Verifying local git integrity..."
- git fsck --full
- git config --global user.name "woodpecker" - git config --global user.name "woodpecker"
- git config --global user.email "ci@localhost" - git config --global user.email "ci@localhost"
- git remote add github https://$GITHUB_TOKEN@github.com/Magiciian/dummy-app.git - git remote add github https://$GITHUB_TOKEN@github.com/Magiciian/dummy-app.git
- git fetch github main
- git rebase github/main # NO FETCH
- git push github HEAD:main # NO REBASE
# Just overwrite GitHub main with Gitea test
- git push -f github HEAD:main