This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix for publishing apps
- Loading branch information
Showing
with
9 additions
and
2 deletions.
-
+3
−0
Jenkinsfile.nightly
-
+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 |
|
|
''' |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.