mirror of
https://git.kh3group.com/georgebiri/kh3_website.git
synced 2026-07-02 07: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
|
- 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue