Skip to content

Commit 89d8e0e

Browse files
authored
CI: cleanup circle CI (#89)
1 parent 6b57949 commit 89d8e0e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.circleci/config.yml.bak renamed to .circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
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:

publish_docker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ docker login -u ${process.env.DOCKER_USER} -p ${process.env.DOCKER_PASS}
99
docker build -t ${repo}:${finaltag} .
1010
docker tag ${repo}:${finaltag} ${repo}
1111
docker push ${repo}:${finaltag}
12-
docker push ${repo}
1312
`
1413
cmd.trim().split("\n").map(i => {
1514
const cmd = i.trim();

0 commit comments

Comments
 (0)