Update .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -55,8 +55,8 @@ steps:
|
|||||||
|
|
||||||
- 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
|
||||||
|
|
||||||
# NO FETCH
|
# IMPORTANT: convert shallow clone to full history
|
||||||
# NO REBASE
|
- git fetch --depth=1000000
|
||||||
# Just overwrite GitHub main with Gitea test
|
|
||||||
- git push -f github HEAD:main
|
|
||||||
|
|
||||||
|
# Force push Gitea -> GitHub
|
||||||
|
- git push -f github HEAD:main
|
||||||
Reference in New Issue
Block a user