gitlab-ci: only run deploy_nightly if DEBUG_KEYSTORE is set

This commit is contained in:
Hans-Christoph Steiner 2018-06-27 16:28:03 +02:00
parent 6cb54e8821
commit 74cfbb9658
1 changed files with 1 additions and 0 deletions

View File

@ -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