From: Felix Ableitner Date: Thu, 10 Dec 2020 17:44:43 +0000 (+0100) Subject: try to run as root X-Git-Url: http://these/git/?a=commitdiff_plain;h=fadb2b46f5ec21f7ec3924a4388608dde491937c;p=lemmy.git try to run as root --- diff --git a/.drone.yml b/.drone.yml index ed126c05..dcbe8114 100644 --- a/.drone.yml +++ b/.drone.yml @@ -79,6 +79,7 @@ steps: - name: run federation tests image: node:15-alpine3.12 + user: root commands: - ls -la target/debug/lemmy_server - apk add bash curl