From 4360660532c25c72ea248deba715c71723ffcc5d Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 21 Sep 2022 11:58:57 +0000 Subject: [PATCH] Boost build time --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0097529..4533f41 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: mingc/android-build-box commands: - curl -sSL -u "$USERNAME:$PASSWORD" -o app/$STORE_FILE https://cloud.crystalyx.net/remote.php/dav/files/$USERNAME/Bordel/$STORE_FILE - - sh gradlew build bundleRelease assembleRelease + - sh gradlew build bundleRelease assembleRelease --no-daemon environment: USERNAME: from_secret: nextcloud_user