Rename IS_CI
This commit is contained in:
parent
cbcf0459c9
commit
c75174bdf4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ android {
|
|||
|
||||
signingConfigs {
|
||||
release {
|
||||
if (System.getenv('IS_CI')) {
|
||||
if (System.getenv('IS_RELEASE_BUILD')) {
|
||||
storeFile file(System.getenv('KEYSTORE'))
|
||||
keyAlias System.getenv('KEY_ALIAS')
|
||||
storePassword System.getenv('KEY_STORE_PASSWORD')
|
||||
|
|
Loading…
Reference in a new issue