Skip to content

Commit efa1eab

Browse files
fix: drop deleted bitrise.yml from stable-sync preserve list (#251)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 059c1da commit efa1eab

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/scripts/stable-sync.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ async function runGitCommands() {
8787
console.log('Executing mobile-specific commands...');
8888

8989
// Preserve these files from main to avoid showing them as changes in the PR
90-
await exec(`git checkout origin/main -- bitrise.yml`);
91-
console.log(`Executed: git checkout origin/main -- bitrise.yml`);
92-
9390
await exec(`git checkout origin/main -- android/app/build.gradle`);
9491
console.log(`Executed: git checkout origin/main -- android/app/build.gradle`);
9592

0 commit comments

Comments
 (0)