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

Move installing of sentry-cli to beginning

  • Loading branch information
joseph-cliqz authored and mahmoud-adam85 committed Aug 22, 2018
1 parent d365d07 commit 012d664801b992efbdcd0e523f2edd8a85108db2
Showing with 2 additions and 2 deletions.
  1. +1 −1 Jenkinsfile.nightly
  2. +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

0 comments on commit 012d664

Please sign in to comment.