correct submodule part
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2021-04-21 11:55:13 +02:00
parent ee50afdfb5
commit d8a8cf12cc

View File

@ -27,6 +27,7 @@ steps:
- name: submodules - name: submodules
image: alpine/git image: alpine/git
commands: commands:
- git submodule init
- git submodule update --recursive --remote - git submodule update --recursive --remote
- ls themes/toha - ls themes/toha