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 406bd91 commit a4b0d26Copy full SHA for a4b0d26
.circleci/config.yml
@@ -14,7 +14,8 @@ jobs:
14
command: |
15
git clone https://github.com/facebook/react-native --depth=1
16
cd react-native
17
- docker run --rm --name rn-build -v $PWD:/pwd -w /pwd react-native-community/react-native /bin/sh -c "yarn install && ./gradlew RNTester:android:app:assembleRelease"
+ docker run --rm --name rn-build -v $PWD:/pwd -w /pwd react-native-community/react-native /bin/sh -c \
18
+ "yarn install && ./gradlew RNTester:android:app:assembleRelease && ./scripts/circleci/buck_fetch.sh"
19
- run:
20
name: docker info
21
0 commit comments