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 cba889a commit f1bd234Copy full SHA for f1bd234
.circleci/config.yml
@@ -15,6 +15,10 @@ jobs:
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"
18
+ - run:
19
+ name: docker info
20
+ command: |
21
+ docker run --rm --name rn-env /bin/sh -c "npm i -g envinfo && envinfo"
22
23
workflows:
24
version: 2
0 commit comments