From a6d171d8cbaf4f459cab5901e1c787e5382de20a Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 15 Aug 2019 19:20:18 +0200 Subject: [PATCH] gefrickel --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 542169a..d1f0e1f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,10 @@ steps: - name: submodules image: docker:git commands: - - git submodule update --recursive --remote - - ls -alh + - cd gluon + - git pull + - cd ../site + - git pull - name: build-ar71xx-generic image: hoffmannhosting/gluon-builder