diff --git a/.drone.yml b/.drone.yml index cf2a7e5..a3877dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,9 @@ name: budgeteer steps: - name: submodules + image: alpine/git commands: - - git submodule update --recursive --remote + - git submodule update --recursive --init - name: Taskfile.dev PR image: hub.javil.eu/budgeteer:dev