mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 07:18:05 -04:00
gitlab-ci: only run deploy_nightly if DEBUG_KEYSTORE is set
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user