diff --git a/.drone.yml b/.drone.yml index a373608..cbe9ec9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,15 +10,15 @@ trigger: steps: -#- name: git pull submodules -# image: alpine/git -# settings: -# user: -# from_secret: GIT_USER -# password: -# from_secret: GIT_PASSWORD -# commands: -# - git submodule update --init --recursive +- name: git pull submodules + image: alpine/git + settings: + user: + from_secret: GIT_USER + password: + from_secret: GIT_PASSWORD + commands: + - git submodule update --init --recursive - name: build hugo site image: plugins/hugo