try to fix missing git objects on push

This commit is contained in:
Cyryl Płotnicki 2023-01-09 10:01:05 +00:00
parent a3b3719ceb
commit 6d1a51fead
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ pipeline:
commands:
- git lfs fetch --all
- git fetch --unshallow origin
- git checkout main
- git pull origin main
- git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
- git push github --all --force
secrets: [ github_token ]