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

Removed unnecessary commands from Jenkinsfile

  • Loading branch information
mahmoud-adam85 committed Mar 29, 2019
1 parent d9d22c9 commit 6a3ab0188b2eea67e91f43f8974202ff55cc13b5
Showing with 0 additions and 2 deletions.
  1. +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
'''
}

0 comments on commit 6a3ab01

Please sign in to comment.