Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Support only German and English languages for Lumen
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
Jenkinsfile.publish
|
|
@@ -93,6 +93,7 @@ node('mac-vm-host') { |
|
|
rm -rf ../build-tools |
|
|
export app_name=Lumen |
|
|
export PATH="$PATH:/Users/vagrant/Library/Python/2.7/bin |
|
|
echo de > shipping_locales.txt && echo en-US >> shipping_locales.txt |
|
|
fastlane importLocalizations |
|
|
export MATCH_KEYCHAIN_NAME=ios-build.keychain |
|
|
fastlane lumenBeta |
|
|
@@ -122,6 +123,7 @@ node('mac-vm-host') { |
|
|
rm -rf ../build-tools |
|
|
export app_name=Lumen |
|
|
export PATH="$PATH:/Users/vagrant/Library/Python/2.7/bin |
|
|
echo de > shipping_locales.txt && echo en-US >> shipping_locales.txt |
|
|
fastlane importLocalizations |
|
|
export MATCH_KEYCHAIN_NAME=ios-build.keychain |
|
|
fastlane lumenRelease |
|
|
|