From 9a972364f1c08e5b641b6ba01542640b14f703ae Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Tue, 20 Sep 2022 08:16:57 +0300 Subject: [PATCH] dont build bundles --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0ee0a2e0..e5db5da8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -126,16 +126,16 @@ steps: GOOGLE_KEYSTORE_PASS: from_secret: GOOGLE_KEYSTORE_PASS - - name: Sign Android Release Artifact (Bundle) for Google Play - commands: - - ./ci.py --sign-bundle - environment: - STANDALONE_KEYSTORE_PASS: - from_secret: STANDALONE_KEYSTORE_PASS - FDROID_KEYSTORE_PASS: - from_secret: FDROID_KEYSTORE_PASS - GOOGLE_KEYSTORE_PASS: - from_secret: GOOGLE_KEYSTORE_PASS +# - name: Sign Android Release Artifact (Bundle) for Google Play +# commands: +# - ./ci.py --sign-bundle +# environment: +# STANDALONE_KEYSTORE_PASS: +# from_secret: STANDALONE_KEYSTORE_PASS +# FDROID_KEYSTORE_PASS: +# from_secret: FDROID_KEYSTORE_PASS +# GOOGLE_KEYSTORE_PASS: +# from_secret: GOOGLE_KEYSTORE_PASS - name: Package Linux AppImage Artifact commands: