Git LFSのデータを取得するようにする
This commit is contained in:
parent
79258829b2
commit
983c8c26e6
|
@ -6,7 +6,9 @@ steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
- apk add git-lfs
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
- git lfs pull
|
||||||
|
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.106
|
image: cibuilds/hugo:0.106
|
||||||
|
@ -58,7 +60,9 @@ steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
- apk add git-lfs
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
- git lfs pull
|
||||||
|
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.106
|
image: cibuilds/hugo:0.106
|
||||||
|
|
Loading…
Reference in New Issue