From f94c14a395ac684fe494c9430d52e23ec4bf848e Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Tue, 27 Apr 2021 22:47:25 +0200 Subject: [PATCH] Add debug --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index acfc34f..ff43469 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,11 @@ steps: - name: lfs image: alpine/git commands: + - ls -lah static/ - apk add --no-cache git-lfs - git lfs install - git lfs pull + - ls -lah static/ - name: submodules image: alpine/git commands: