mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-15 08:50:35 +03:00
Skip cache in sign step
This commit is contained in:
parent
61e25e3c26
commit
0ad68f1f11
@ -102,6 +102,8 @@ Push Translations:
|
||||
|
||||
Generate Signed Develop APK:
|
||||
stage: APK
|
||||
# We don't need the gradle cache here
|
||||
cache: []
|
||||
script:
|
||||
- openssl aes-256-cbc -K ${ULTRASONIC_KEYSTORE_KEY} -iv ${ULTRASONIC_KEYSTORE_IV} -in ultrasonic-keystore.enc -out ultrasonic-keystore -d
|
||||
- mkdir -p ${CI_PROJECT_DIR}/ultrasonic-release
|
||||
@ -117,6 +119,8 @@ Generate Signed Develop APK:
|
||||
|
||||
Generate Signed APK:
|
||||
stage: APK
|
||||
# We don't need the gradle cache here
|
||||
cache: []
|
||||
script:
|
||||
- openssl aes-256-cbc -K ${ULTRASONIC_KEYSTORE_KEY} -iv ${ULTRASONIC_KEYSTORE_IV} -in ultrasonic-keystore.enc -out ultrasonic-keystore -d
|
||||
- mkdir -p ${CI_PROJECT_DIR}/ultrasonic-release
|
||||
|
Loading…
x
Reference in New Issue
Block a user