Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed Virtualenv issue on Magrethera
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
Jenkinsfile.publish
|
|
@@ -92,6 +92,7 @@ node('mac-vm-host') { |
|
|
rm -rf /Users/vagrant/Library/Keychains/ios-build.keychain* |
|
|
rm -rf ../build-tools |
|
|
export app_name=Lumen |
|
|
export PATH="$PATH:/Users/vagrant/Library/Python/2.7/bin |
|
|
fastlane importLocalizations |
|
|
export MATCH_KEYCHAIN_NAME=ios-build.keychain |
|
|
fastlane lumenBeta |
|
|
@@ -120,6 +121,7 @@ node('mac-vm-host') { |
|
|
rm -rf /Users/vagrant/Library/Keychains/ios-build.keychain* |
|
|
rm -rf ../build-tools |
|
|
export app_name=Lumen |
|
|
export PATH="$PATH:/Users/vagrant/Library/Python/2.7/bin |
|
|
fastlane importLocalizations |
|
|
export MATCH_KEYCHAIN_NAME=ios-build.keychain |
|
|
fastlane lumenRelease |
|
|
@@ -147,6 +149,7 @@ node('mac-vm-host') { |
|
|
rm -rf /Users/vagrant/Library/Keychains/ios-build.keychain* |
|
|
rm -rf ../build-tools |
|
|
export app_name=Ghostery |
|
|
export PATH="$PATH:/Users/vagrant/Library/Python/2.7/bin |
|
|
fastlane importLocalizations |
|
|
''' |
|
|
if("${branchName}".contains("-beta")){ |
|
|
|