From 2c7417ca28531b60632204463ca2fc3e3921510a Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 16 Sep 2022 14:34:52 +0000 Subject: [PATCH] Fix jks location --- .drone.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bc6d46e..058265b 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 $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: diff --git a/.gitignore b/.gitignore index 10cfdbf..593af09 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ .externalNativeBuild .cxx local.properties +*.jks