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: