Add LFS pull
This commit is contained in:
@ -2,6 +2,11 @@ kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: git-lfs
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git lfs install
|
||||
- git lfs pull
|
||||
- name: build
|
||||
image: pimvanpelt/drone-hugo:release-0.130.0
|
||||
settings:
|
||||
|
Reference in New Issue
Block a user