Skip to content

Commit

Permalink
ci(react-native): update bugsnag-android-performance branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 14, 2025
1 parent f2eb704 commit 5cf82a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-react-native-fixture
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function replaceGeneratedFixtureFiles() {

function publishLocalAndroidPerformance() {
// add bugsnag-android-performance as a git submodule
execSync(`git submodule add -b integration/react-native-integration https://github.com/bugsnag/bugsnag-android-performance`, { cwd: fixtureDir, stdio: 'inherit' })
execSync(`git submodule add -b next https://github.com/bugsnag/bugsnag-android-performance`, { cwd: fixtureDir, stdio: 'inherit' })

// build and publish bugsnag-android-performance to maven local
execSync(`./gradlew -PVERSION_NAME=9.9.9 clean publishToMavenLocal`, { cwd: `${fixtureDir}/bugsnag-android-performance`, stdio: 'inherit' })
Expand Down

0 comments on commit 5cf82a8

Please sign in to comment.