We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059c1da commit efa1eabCopy full SHA for efa1eab
1 file changed
.github/scripts/stable-sync.js
@@ -87,9 +87,6 @@ async function runGitCommands() {
87
console.log('Executing mobile-specific commands...');
88
89
// 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
-
93
await exec(`git checkout origin/main -- android/app/build.gradle`);
94
console.log(`Executed: git checkout origin/main -- android/app/build.gradle`);
95
0 commit comments