Skip to content

Commit

Permalink
Fixup for Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrigin committed Oct 21, 2018
1 parent f0dfc09 commit fe763e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Jenkinsfile.upload_release_ios
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ timeout(90) {
installJSDeps()

sh 'mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack'
sh 'cd ios && pod install && cd ..'

sh 'cd ios && pod update --silent && pod install && cd ..'
}

stage('Tag Build') {
Expand Down

0 comments on commit fe763e5

Please sign in to comment.