From f0cd3d51405c193817cf0cac1f8e054c9fcd5204 Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Fri, 12 Jan 2024 11:12:50 +0100 Subject: [PATCH] fetch and check ananke --- .drone.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2fa9d2b..6a56c40 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,10 +17,16 @@ steps: - echo "Checking ananke" - cd ananke - ls - # - name: submodule fetch - # image: drone/git - # commands: - # - git submodule update --init --recursive + - name: submodule fetch + image: drone/git + commands: + - git submodule update --init --recursive + - name: checking theme was fetched + image: plugins/hugo + commands: + - cd themes + - cd ananke + - ls - name: Build image: plugins/hugo settings: