Skip to content

Commit

Permalink
use nix shell for rn-info
Browse files Browse the repository at this point in the history
use script block
  • Loading branch information
siddarthkay committed Mar 16, 2023
1 parent baec1bc commit b7e2561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ pipeline {
}
post {
failure { archiveArtifacts 'ios/logs/*'
sh 'npx react-native info'
}
script { nix.shell('npx react-native info', attr: 'shells.ios') }
}
}
}
stage('Parallel Upload') {
Expand Down

0 comments on commit b7e2561

Please sign in to comment.