chore: simplify .drone.yml by removing redundant git-lfs commands

This commit is contained in:
George Birikorang 2025-09-17 09:42:06 -07:00
parent 68fcabfabd
commit c7df029881

View file

@ -21,12 +21,7 @@ steps:
- name: website-data
path: /host-target
commands:
# Install git-lfs in the container
- apk add --no-cache git git-lfs
# Initialize LFS and pull LFS files
- git lfs install
- git lfs pull
# Then copy all files (including LFS files)
# Copy all files (LFS files already pulled in build step)
- cp -a . /host-target
- chmod -R 777 /host-target