Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Support only German and English languages for Lumen

  • Loading branch information
mahmoud-adam85 authored and Tim Palade committed Nov 30, 2018
1 parent 2c74609 commit 9ceff1ff142a7923bf792c30012e6f108774a58a
Showing with 2 additions and 0 deletions.
  1. +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

0 comments on commit 9ceff1f

Please sign in to comment.