Skip to content

Commit a4b0d26

Browse files
authored
add buck fetch (#27)
Signed-off-by: gengjiawen <[email protected]>
1 parent 406bd91 commit a4b0d26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
command: |
1515
git clone https://github.com/facebook/react-native --depth=1
1616
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"
17+
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"
1819
- run:
1920
name: docker info
2021
command: |

0 commit comments

Comments
 (0)