This commit is contained in:
19
.drone.yml
19
.drone.yml
@@ -1,13 +1,20 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
clone:
|
||||||
- name: git-lfs
|
git:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
lfs: true
|
||||||
- git lfs install --local
|
depth: 0
|
||||||
- git lfs fetch --all
|
|
||||||
- git lfs checkout
|
|
||||||
|
steps:
|
||||||
|
# - name: git-lfs
|
||||||
|
# image: alpine/git
|
||||||
|
# commands:
|
||||||
|
# - git lfs install --local
|
||||||
|
# - 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