File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 22
22
command : |
23
23
docker run --rm --name rn-build -v $PWD:/pwd -w /pwd react-native-community/react-native bash -c \
24
24
"chmod +x ./test-avd.sh && ./test-avd.sh"
25
- - run:
26
- name: Test React Native build
27
- command: |
28
- git clone https://github.com/facebook/react-native --depth=1
29
- cd react-native
30
- docker run --rm --name rn-build -v $PWD:/pwd -w /pwd react-native-community/react-native /bin/sh -c \
31
- "yarn install && ./gradlew RNTester:android:app:assembleRelease && ./scripts/circleci/buck_fetch.sh"
32
25
deploy :
33
26
<< : *defaults
34
27
steps :
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ docker login -u ${process.env.DOCKER_USER} -p ${process.env.DOCKER_PASS}
9
9
docker build -t ${ repo } :${ finaltag } .
10
10
docker tag ${ repo } :${ finaltag } ${ repo }
11
11
docker push ${ repo } :${ finaltag }
12
- docker push ${ repo }
13
12
`
14
13
cmd . trim ( ) . split ( "\n" ) . map ( i => {
15
14
const cmd = i . trim ( ) ;
You can’t perform that action at this time.
0 commit comments