This commit is contained in:
17
.drone.yml
17
.drone.yml
@@ -1,18 +1,13 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: alpine/git
|
|
||||||
lfs: true
|
|
||||||
depth: 0
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: git-lfs
|
- name: git-lfs
|
||||||
# image: alpine/git
|
image: alpine/git
|
||||||
# commands:
|
commands:
|
||||||
# - git lfs install
|
- git lfs install --local
|
||||||
# - git lfs pull
|
- git lfs fetch --all
|
||||||
|
- git lfs checkout
|
||||||
- name: build
|
- name: build
|
||||||
image: git.ipng.ch/ipng/drone-hugo:release-0.148.2
|
image: git.ipng.ch/ipng/drone-hugo:release-0.148.2
|
||||||
settings:
|
settings:
|
||||||
|
Reference in New Issue
Block a user