mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[LOCAL] Remove RN Tester pod local update
This commit is contained in:
@@ -190,12 +190,12 @@ if (!nightlyBuild) {
|
||||
|
||||
// Update Podfile.lock only on release builds, not nightlies.
|
||||
// Nightly builds don't need it as the main branch will already be up-to-date.
|
||||
echo('Updating RNTester Podfile.lock...');
|
||||
if (exec('source scripts/update_podfile_lock.sh && update_pods').code) {
|
||||
echo('Failed to update RNTester Podfile.lock.');
|
||||
echo('Fix the issue, revert and try again.');
|
||||
exit(1);
|
||||
}
|
||||
// echo('Updating RNTester Podfile.lock...');
|
||||
// if (exec('source scripts/update_podfile_lock.sh && update_pods').code) {
|
||||
// echo('Failed to update RNTester Podfile.lock.');
|
||||
// echo('Fix the issue, revert and try again.');
|
||||
// exit(1);
|
||||
// }
|
||||
|
||||
// Make commit [0.21.0-rc] Bump version numbers
|
||||
if (exec(`git commit -a -m "[${version}] Bump version numbers"`).code) {
|
||||
|
||||
Reference in New Issue
Block a user