Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added localization step to Jenkinsfile
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
Jenkinsfile.publish
|
|
@@ -96,6 +96,7 @@ node('mac-vm-host') { |
|
|
set -e |
|
|
rm -rf /Users/vagrant/Library/Keychains/ios-build.keychain* |
|
|
export MATCH_KEYCHAIN_NAME=ios-build.keychain |
|
|
fastlane importLocalizations |
|
|
fastlane beta |
|
|
''' |
|
|
} |
|
|
@@ -122,6 +123,7 @@ node('mac-vm-host') { |
|
|
set -e |
|
|
rm -rf /Users/vagrant/Library/Keychains/ios-build.keychain* |
|
|
export MATCH_KEYCHAIN_NAME=ios-build.keychain |
|
|
fastlane importLocalizations |
|
|
fastlane release |
|
|
''' |
|
|
} |
|
|
|