mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 09:31:13 +00:00
dont build bundles
This commit is contained in:
parent
f3a846f56a
commit
9a972364f1
20
.drone.yml
20
.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:
|
||||
|
|
Loading…
Reference in a new issue