use git-lfs
This commit is contained in:
parent
fd10cb473a
commit
420e742a80
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
- name: Push git
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apk add git openssh
|
||||
- apk add git openssh git-lfs
|
||||
- mkdir ~/.ssh
|
||||
- echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
||||
- chmod 600 ~/.ssh/id_ed25519
|
||||
|
|
Reference in a new issue