This commit is contained in:
15
.drone.yml
15
.drone.yml
@@ -1,14 +1,21 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: alpine/git
|
||||||
|
depth: 0 # disables shallow clone
|
||||||
|
lfs: true # enables LFS support
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: git-lfs
|
- name: git-lfs
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git lfs install --local
|
# - git lfs install --local
|
||||||
- git lfs pull
|
# - git lfs pull
|
||||||
- git lfs checkout
|
# - git lfs checkout
|
||||||
- git lfs env
|
# - git lfs env
|
||||||
- git lfs ls-files
|
- git lfs ls-files
|
||||||
- ls -lh static/img/thumbnails/2024-09-21/
|
- ls -lh static/img/thumbnails/2024-09-21/
|
||||||
- name: build
|
- name: build
|
||||||
|
Reference in New Issue
Block a user