File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,24 @@ jobs:
14
14
command : |
15
15
docker run --rm --name rn-env react-native-community/react-native bin/sh -c "npx envinfo"
16
16
test :
17
- - run :
18
- name : Test
19
- command : |
20
- git clone https://github.com/facebook/react-native --depth=1
21
- cd react-native
22
- docker run --rm --name rn-build -v $PWD:/pwd -w /pwd react-native-community/react-native /bin/sh -c \
23
- "yarn install && ./gradlew RNTester:android:app:assembleRelease && ./scripts/circleci/buck_fetch.sh"
17
+ machine : true
18
+ steps :
19
+ - run :
20
+ name : Test
21
+ command : |
22
+ git clone https://github.com/facebook/react-native --depth=1
23
+ cd react-native
24
+ docker run --rm --name rn-build -v $PWD:/pwd -w /pwd react-native-community/react-native /bin/sh -c \
25
+ "yarn install && ./gradlew RNTester:android:app:assembleRelease && ./scripts/circleci/buck_fetch.sh"
24
26
deploy :
25
- - run :
26
- name : Deploy docker
27
- command : |
28
- source ~/.bashrc
29
- nvm i node
30
- node publish_docker.js
27
+ machine : true
28
+ steps :
29
+ - run :
30
+ name : Deploy docker
31
+ command : |
32
+ source ~/.bashrc
33
+ nvm i node
34
+ node publish_docker.js
31
35
32
36
workflows :
33
37
version : 2
You can’t perform that action at this time.
0 commit comments