Skip to content

Commit

Permalink
xcode-clean on prep stage
Browse files Browse the repository at this point in the history
can't xcode-select --reset without sudo
  • Loading branch information
siddarthkay committed Mar 16, 2023
1 parent f6058c7 commit 993dd44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ pipeline {
utils.doGitRebasePR()
utils.symlinkEnv()
println("Build Number: ${utils.genBuildNumber()}")
sh 'npx react-native info'
sh 'make xcode-clean'
nix.shell('npx react-native info', attr: 'shells.ios')
}
}
}
Expand Down

0 comments on commit 993dd44

Please sign in to comment.