gitlab-ci: only run deploy_nightly if DEBUG_KEYSTORE is set
This commit is contained in:
parent
6cb54e8821
commit
74cfbb9658
@ -88,6 +88,7 @@ deploy_nightly:
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- test -z "$DEBUG_KEYSTORE" && exit 0
|
||||
- sed -i
|
||||
's,<string name="app_name">.*</string>,<string name="app_name">F-Nightly</string>,'
|
||||
app/src/main/res/values*/strings.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user