mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-05-30 15:19:31 +03:00
Merge branch 'improveCI2' into 'develop'
Skip cache in sign step See merge request ultrasonic/ultrasonic!931
This commit is contained in:
commit
46ad240306
@ -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