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