From 81d8dcec9211d72f5101273e026136376a0b5c43 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Wed, 8 Jan 2020 17:35:44 +0100 Subject: [PATCH] maybe cloning the image --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8848d11..a67154d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,8 @@ steps: - name: submodules image: alpine/git commands: - - git submodule update --recursive --remote + #- git submodule update --recursive --remote + - git clone https://git.schneider-hosting.de/schneider/toasted-cactus.git themes/ - name: build image: cbrgm/drone-hugo:latest