diff --git a/.drone.yml b/.drone.yml index e655ee6..cac72b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,6 +40,7 @@ steps: image: cr.wks/debian-stable-openwrt:latest commands: - cd openwrt + - export FORCE_UNSAFE_CONFIGURE=1 - make -j1 world V=s - name: deploy image: cr.wks/drone/drone-rsync:latest