[LOCAL] Remove RN Tester pod local update

This commit is contained in:
Nicola Corti
2022-11-06 22:30:18 +00:00
parent 201824c89e
commit cedb664ea7
+6 -6
View File
@@ -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) {