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

Added localization step to Jenkinsfile

  • Loading branch information
mahmoud-adam85 authored and naira-cliqz committed Jul 26, 2018
1 parent 53ab202 commit 6b07a77ffdfd7b4c0276ebd2c4408672a14253d1
Showing with 2 additions and 0 deletions.
  1. +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
'''
}

0 comments on commit 6b07a77

Please sign in to comment.