From 1e086f8c2736c817ec1ae40b2d619893f87f5065 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Mon, 4 Mar 2024 11:08:31 +0100 Subject: [PATCH] running as root is ok --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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