Revert to built-in LFS
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -1,14 +1,16 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: alpine/git
|
||||||
|
lfs: true
|
||||||
|
depth: 0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: setup
|
- name: debug
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git lfs install --skip-repo
|
|
||||||
- git lfs fetch # Fetch the LFS objects to the local cache
|
|
||||||
- git lfs checkout # Replace the pointer files with the binary content
|
|
||||||
- git lfs ls-files
|
|
||||||
- cat .gitattributes # Display the file contents in the logs
|
- cat .gitattributes # Display the file contents in the logs
|
||||||
- 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