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 2222 command : |
2323 docker run --rm --name rn-build -v $PWD:/pwd -w /pwd react-native-community/react-native bash -c \
2424 "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"
3225 deploy :
3326 << : *defaults
3427 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}
99docker build -t ${ repo } :${ finaltag } .
1010docker tag ${ repo } :${ finaltag } ${ repo }
1111docker push ${ repo } :${ finaltag }
12- docker push ${ repo }
1312 `
1413 cmd . trim ( ) . split ( "\n" ) . map ( i => {
1514 const cmd = i . trim ( ) ;
You can’t perform that action at this time.
0 commit comments