Skip to content

Commit

Permalink
check rn-info on failure as well
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 15, 2023
1 parent c7d40ad commit c1f8cd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ pipeline {
}
post {
failure { archiveArtifacts 'ios/logs/*'
sh 'make pod-install'
sh 'make release-ios-pr'
sh 'npx react-native info'
}
}
}
Expand Down

0 comments on commit c1f8cd1

Please sign in to comment.