diff --git a/.drone.yml b/.drone.yml index 6072cef..7fab199 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: alpine/git commands: - apk update - - apl add git-lfs + - apk add git-lfs - git submodule update --init --recursive - git submodule update --recursive --remote - git lfs fetch --all