Skip to content

Commit

Permalink
fix: Ensure the CI works correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-oakes committed Apr 2, 2020
1 parent 017a93b commit 51d7f49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
name: Install latest CircleCI CLI
command: |
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | DESTDIR=~ bash
mv ~/circleci ~/circleci-tool
which ~/circleci-tool
~/circleci-tool --help
which ~/circleci
~/circleci --help
- restore_cache:
key: yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
- run:
Expand All @@ -50,7 +49,7 @@ 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: PATH="~:$PATH" yarn semantic-release
command: yarn semantic-release

workflows:
btd:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[
"semantic-release-circleci-orb",
{
"commandName": "circleci-tool",
"commandName": "~/circleci",
"orbName": "react-native-community/react-native",
"orbPath": "packed-orb.yml"
}
Expand Down

0 comments on commit 51d7f49

Please sign in to comment.