From f42954e94b5c82cf52b5dac2662998ddeb42eca2 Mon Sep 17 00:00:00 2001 From: gregandev Date: Mon, 26 Dec 2022 20:09:57 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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