From fffb759fc910c7a1e367a4c43f60bfab9f2d355a Mon Sep 17 00:00:00 2001 From: JonasFranz Date: Sat, 24 Oct 2020 10:47:00 +0000 Subject: [PATCH] Remove chown to fix ci (#49) Remove chown to fix ci Reviewed-on: https://kolaente.dev/vikunja/app/pulls/49 Reviewed-by: konrad Co-Authored-By: JonasFranz Co-Committed-By: JonasFranz --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f33ddec..2ce450b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,6 @@ steps: image: cirrusci/flutter:stable pull: true commands: - - sudo chown cirrus . -R # The clone step clones everything as root, this is our "fix" until we find a better solution - flutter packages get - make format-check - make build-debug @@ -62,7 +61,6 @@ steps: image: cirrusci/flutter:stable pull: true commands: - - sudo chown cirrus . -R # The clone step clones everything as root, this is our "fix" until we find a better solution - flutter packages get - make build-all - mkdir apks @@ -108,7 +106,6 @@ steps: image: cirrusci/flutter:stable pull: true commands: - - sudo chown cirrus . -R # The clone step clones everything as root, this is our "fix" until we find a better solution - flutter packages get - make build-all - mkdir apks