mirror of
https://git.kh3group.com/georgebiri/kh3_website.git
synced 2026-07-02 06:13:41 +00:00
chore: simplify .drone.yml by removing redundant git-lfs commands
This commit is contained in:
parent
68fcabfabd
commit
c7df029881
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue