Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Move installing of sentry-cli to beginning
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+1
−1
Jenkinsfile.nightly
-
+1
−1
Jenkinsfile.publish
|
|
@@ -59,6 +59,7 @@ node('mac-vm-host') { |
|
|
} |
|
|
stage('Prepare') { |
|
|
sh '''#!/bin/bash -l |
|
|
brew install getsentry/tools/sentry-cli |
|
|
set -e |
|
|
set -x |
|
|
java -version |
|
|
@@ -69,7 +70,6 @@ node('mac-vm-host') { |
|
|
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables |
|
|
sudo xcodebuild -license accept |
|
|
brew -v |
|
|
brew install getsentry/tools/sentry-cli |
|
|
npm -g install yarn |
|
|
rm -rf Cartfile.resolved Carthage node_modules Podfile.lock Pods |
|
|
./bootstrap.sh --force |
|
|
|
|
|
@@ -57,6 +57,7 @@ node('mac-vm-host') { |
|
|
|
|
|
stage('Prepare') { |
|
|
sh '''#!/bin/bash -l |
|
|
brew install getsentry/tools/sentry-cli |
|
|
set -e |
|
|
set -x |
|
|
java -version |
|
|
@@ -67,7 +68,6 @@ node('mac-vm-host') { |
|
|
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables |
|
|
sudo xcodebuild -license accept |
|
|
brew -v |
|
|
brew install getsentry/tools/sentry-cli |
|
|
npm -g install yarn |
|
|
rm -rf Cartfile.resolved Carthage node_modules Podfile.lock Pods |
|
|
./bootstrap.sh --force |
|
|
|