From 86af39b7729ed787867418001e615f53b0cd1468 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 16 Sep 2022 14:36:23 +0000 Subject: [PATCH] Drone doesn't like {} --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 058265b..0097529 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build 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} + - 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 environment: USERNAME: