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

Fix for publishing apps

  • Loading branch information
joseph-cliqz authored and mahmoud-adam85 committed Jul 27, 2018
1 parent eb840a5 commit ad5b8682c718a4cdf09065f34fa551de372b7157
Showing with 9 additions and 2 deletions.
  1. +3 −0 Jenkinsfile.nightly
  2. +6 −2 Jenkinsfile.publish
@@ -74,6 +74,8 @@ node('mac-vm-host') {
./bootstrap.sh --force
yarn install
pod install
pip install virtualenv
sudo /usr/bin/easy_install virtualenv
'''
}
stage('Build & Upload') {
@@ -96,6 +98,7 @@ node('mac-vm-host') {
set -e
rm -rf /Users/vagrant/Library/Keychains/ios-build.keychain*
export MATCH_KEYCHAIN_NAME=ios-build.keychain
rm -rf ../build-tools
fastlane importLocalizations
fastlane beta
'''
@@ -72,6 +72,8 @@ node('mac-vm-host') {
./bootstrap.sh --force
yarn install
pod install
pip install virtualenv
sudo /usr/bin/easy_install virtualenv
'''
}

@@ -95,7 +97,8 @@ node('mac-vm-host') {
set -x
set -e
rm -rf /Users/vagrant/Library/Keychains/ios-build.keychain*
export MATCH_KEYCHAIN_NAME=ios-build.keychain
export MATCH_KEYCHAIN_NAME=ios-build.keychain
rm -rf ../build-tools
fastlane importLocalizations
fastlane beta
'''
@@ -122,7 +125,8 @@ node('mac-vm-host') {
set -x
set -e
rm -rf /Users/vagrant/Library/Keychains/ios-build.keychain*
export MATCH_KEYCHAIN_NAME=ios-build.keychain
export MATCH_KEYCHAIN_NAME=ios-build.keychain
rm -rf ../build-tools
fastlane importLocalizations
fastlane release
'''

0 comments on commit ad5b868

Please sign in to comment.