Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed unnecessary commands from Jenkinsfile
- Loading branch information
Showing
with
0 additions
and
2 deletions.
-
+0
−2
Jenkinsfile.publish
|
|
@@ -60,7 +60,6 @@ node('gideon') { |
|
|
try { |
|
|
stage('Prepare') { |
|
|
sh '''#!/bin/bash -l |
|
|
brew install getsentry/tools/sentry-cli |
|
|
set -e |
|
|
set -x |
|
|
java -version |
|
|
@@ -73,7 +72,6 @@ node('gideon') { |
|
|
gem install fastlane --no-document |
|
|
fastlane clearCache |
|
|
fastlane prepare |
|
|
pip install --user virtualenv |
|
|
''' |
|
|
} |
|
|
|
|
|
|