This commit is contained in:
@@ -5,8 +5,11 @@ steps:
|
|||||||
- name: setup
|
- name: setup
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git lfs install --skip-repo # Installs the LFS filters globally for the session
|
- git lfs install --skip-repo
|
||||||
- git lfs pull
|
- 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
|
||||||
- ls -lh static/img/thumbnails/2024-09-21/
|
- ls -lh static/img/thumbnails/2024-09-21/
|
||||||
- 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
|
||||||
|
Reference in New Issue
Block a user