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 - name: website-data
path: /host-target path: /host-target
commands: commands:
# Install git-lfs in the container # Copy all files (LFS files already pulled in build step)
- 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)
- cp -a . /host-target - cp -a . /host-target
- chmod -R 777 /host-target - chmod -R 777 /host-target