From d2dc3d8c44a0bd8761725e68853edb5cf85f1a54 Mon Sep 17 00:00:00 2001 From: JonasFranz Date: Sat, 24 Oct 2020 10:32:15 +0000 Subject: [PATCH] Remove chown to fix ci --- .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 -- 2.40.1