Skip to content

Commit 8cf8cbd

Browse files
committed
chore(ci): Ensure that CircleCI runs correctly
1 parent 78aad72 commit 8cf8cbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- run:
3131
name: Install latest CircleCI CLI
3232
command: |
33-
curl -fLSs https://circle.ci/cli | sudo bash
34-
which circleci
35-
circleci --help
33+
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | DESTDIR=~ bash
34+
which ~/circleci
35+
~/circleci --help
3636
- restore_cache:
3737
key: yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
3838
- run:
@@ -49,7 +49,7 @@ jobs:
4949
echo 'github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts
5050
- run:
5151
name: Publish to CircleCI Orb Registry
52-
command: yarn semantic-release
52+
command: PATH="~:$PATH" yarn semantic-release
5353

5454
workflows:
5555
btd:

0 commit comments

Comments
 (0)