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