From cedb664ea7d0293bf3c60e230ab92a3cebec3ad8 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Sun, 6 Nov 2022 22:30:18 +0000 Subject: [PATCH] [LOCAL] Remove RN Tester pod local update --- scripts/bump-oss-version.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/bump-oss-version.js b/scripts/bump-oss-version.js index a376a52036c..0ba9297a66a 100755 --- a/scripts/bump-oss-version.js +++ b/scripts/bump-oss-version.js @@ -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) {