diff --git a/.github/scripts/stable-sync.js b/.github/scripts/stable-sync.js index 8aa1f451..8012684b 100644 --- a/.github/scripts/stable-sync.js +++ b/.github/scripts/stable-sync.js @@ -87,9 +87,6 @@ async function runGitCommands() { console.log('Executing mobile-specific commands...'); // Preserve these files from main to avoid showing them as changes in the PR - await exec(`git checkout origin/main -- bitrise.yml`); - console.log(`Executed: git checkout origin/main -- bitrise.yml`); - await exec(`git checkout origin/main -- android/app/build.gradle`); console.log(`Executed: git checkout origin/main -- android/app/build.gradle`);