diff --git a/.drone.yml b/.drone.yml index 4c9df99..bc9d9fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,18 +26,21 @@ steps: - name: feeds image: cr.wks/debian-stable-openwrt:latest commands: - - cd openwrt && ./scripts/feeds update -a - - cd openwrt && ./scripts/feeds install -a + - cd openwrt + - ./scripts/feeds update -a + - ./scripts/feeds install -a - name: make-prepare image: cr.wks/debian-stable-openwrt:latest commands: - - cd openwrt && make -j2 defconfig - - cd openwrt && make -j2 download - - cd openwrt && make -j2 clean + - cd openwrt + - make -j2 defconfig + - make -j2 download + - make -j2 clean - name: make-world image: cr.wks/debian-stable-openwrt:latest commands: - - cd openwrt && make -j4 world + - cd openwrt + - make -j4 world - name: deploy image: cr.wks/drone/drone-rsync:latest settings: