mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
Bump reactnativecommunity/react-native-android to 13.1 (#45073)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45073 We can also remove the workaround needed for git `safe.directory` as this is now configured inside the container as `*` Changelog: [Internal] [Changed] - Bump reactnativecommunity/react-native-android to 13.1 Reviewed By: blakef Differential Revision: D58789791 fbshipit-source-id: f44163a0aa822b19e0dd1106d3f039fd0dc83186
This commit is contained in:
parent
ea31a79fe9
commit
a297b30377
@ -25,7 +25,7 @@ references:
|
||||
android-defaults: &android-defaults
|
||||
working_directory: ~/react-native
|
||||
docker:
|
||||
- image: reactnativecommunity/react-native-android:v13.0
|
||||
- image: reactnativecommunity/react-native-android:v13.1
|
||||
environment:
|
||||
- TERM: "dumb"
|
||||
- GRADLE_OPTS: '-Dorg.gradle.daemon=false'
|
||||
|
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -668,7 +668,6 @@ jobs:
|
||||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.GHA_NPM_TOKEN }}" > ~/.npmrc
|
||||
- name: Publish NPM
|
||||
run: |
|
||||
git config --global --add safe.directory /__w/react-native/react-native
|
||||
echo "GRADLE_OPTS = $GRADLE_OPTS"
|
||||
export ORG_GRADLE_PROJECT_reactNativeArchitectures="armeabi-v7a,arm64-v8a,x86,x86_64"
|
||||
node ./scripts/releases-ci/publish-npm.js -t nightly
|
||||
|
1
.github/workflows/publish-release.yml
vendored
1
.github/workflows/publish-release.yml
vendored
@ -668,7 +668,6 @@ jobs:
|
||||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.GHA_NPM_TOKEN }}" > ~/.npmrc
|
||||
- name: Publish NPM
|
||||
run: |
|
||||
git config --global --add safe.directory /__w/react-native/react-native
|
||||
echo "GRADLE_OPTS = $GRADLE_OPTS"
|
||||
export ORG_GRADLE_PROJECT_reactNativeArchitectures="armeabi-v7a,arm64-v8a,x86,x86_64"
|
||||
node ./scripts/releases-ci/publish-npm.js -t release
|
||||
|
5
.github/workflows/test-all.yml
vendored
5
.github/workflows/test-all.yml
vendored
@ -748,11 +748,6 @@ jobs:
|
||||
- name: Publish NPM
|
||||
shell: bash
|
||||
run: |
|
||||
# The checkout command puts react-native in a folder that is not "safe" for git
|
||||
# Every git command run in an unsafe folder fails. We need to pick the current commit to use it as part of the version
|
||||
# The following line marks the folder where react-native lives as "safe"
|
||||
git config --global --add safe.directory /__w/react-native/react-native
|
||||
|
||||
echo "GRADLE_OPTS = $GRADLE_OPTS"
|
||||
# We can't have a separate step because each command is executed in a separate shell
|
||||
# so variables exported in a command are not visible in another.
|
||||
|
Loading…
Reference in New Issue
Block a user