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:
|
only:
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
|
- test -z "$DEBUG_KEYSTORE" && exit 0
|
||||||
- sed -i
|
- sed -i
|
||||||
's,<string name="app_name">.*</string>,<string name="app_name">F-Nightly</string>,'
|
's,<string name="app_name">.*</string>,<string name="app_name">F-Nightly</string>,'
|
||||||
app/src/main/res/values*/strings.xml
|
app/src/main/res/values*/strings.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user