unshallow clone so that we can push properly
This commit is contained in:
parent
de32244df2
commit
615ac51fa7
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ pipeline:
|
|||
pull: true
|
||||
commands:
|
||||
- nix develop --no-sandbox -c git lfs fetch --all
|
||||
- nix develop --no-sandbox -c git fetch --unshallow origin
|
||||
- nix develop --no-sandbox -c git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
||||
- nix develop --no-sandbox -c git push github --all --force
|
||||
- export AWS_ACCESS_KEY_ID="nix-builder"
|
||||
|
|
Loading…
Reference in a new issue