This repository has been archived by the owner on Dec 20, 2021. It is now read-only.
forked from react-native-community/react-native-circleci-orb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add custom build command to build android
- Loading branch information
1 parent
33ffc6b
commit fc9ced9
Showing
9 changed files
with
2,023 additions
and
1,460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
cli: circleci/[email protected].2 | ||
cli: circleci/[email protected].8 | ||
orb-tools: circleci/orb-tools@2 | ||
|
||
jobs: | ||
|
@@ -49,7 +49,9 @@ jobs: | |
echo 'github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts | ||
- run: | ||
name: Publish to CircleCI Orb Registry | ||
command: yarn semantic-release | ||
command: | | ||
cat package.json | ||
yarn semantic-release | ||
workflows: | ||
btd: | ||
|
@@ -58,7 +60,7 @@ workflows: | |
|
||
- orb-tools/publish: | ||
orb-path: packed-orb.yml | ||
orb-ref: "react-native-community/react-native@dev:${CIRCLE_BRANCH}" | ||
orb-ref: "capmo/react-native@dev:${CIRCLE_BRANCH}" | ||
publish-token-variable: CIRCLECI_API_TOKEN | ||
attach-workspace: true | ||
checkout: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@react-native-community/circleci-orb", | ||
"name": "@capmo/circleci-orb", | ||
"version": "4.4.2", | ||
"private": true, | ||
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.", | ||
|
@@ -8,19 +8,19 @@ | |
"semantic-release": "semantic-release" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^3.0.2", | ||
"@semantic-release/git": "^7.0.8", | ||
"semantic-release": "^15.13.3", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"semantic-release": "^17.3.3", | ||
"semantic-release-circleci-orb": "^1.1.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/react-native-community/react-native-circleci-orb.git" | ||
"url": "https://github.com/capmo/react-native-circleci-orb.git" | ||
}, | ||
"author": "Matt Oakes <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/react-native-community/react-native-circleci-orb/issues" | ||
"url": "https://github.com/capmo/react-native-circleci-orb/issues" | ||
}, | ||
"homepage": "https://github.com/react-native-community/react-native-circleci-orb#readme" | ||
} | ||
"homepage": "https://github.com/capmo/react-native-circleci-orb#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 2.1 | ||
description: | | ||
Orb for building and testing React Native projects. View | ||
this orb's source: https://github.com/react-native-community/react-native-circleci-orb | ||
this orb's source: https://github.com/capmo/react-native-circleci-orb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ usage: | |
|
||
# Make sure you use the latest version of the Orb | ||
orbs: | ||
rn: react-native-community/[email protected] | ||
rn: capmo/[email protected] | ||
|
||
# Custom jobs which are not part of the Orb | ||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ usage: | |
|
||
# Make sure you use the latest version of the Orb | ||
orbs: | ||
rn: react-native-community/[email protected] | ||
rn: capmo/[email protected] | ||
|
||
# Custom jobs which are not part of the Orb | ||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ usage: | |
|
||
# Make sure you use the latest version of the Orb | ||
orbs: | ||
rn: react-native-community/[email protected] | ||
rn: capmo/[email protected] | ||
|
||
# Custom jobs which are not part of the Orb | ||
jobs: | ||
|
Oops, something went wrong.