Skip to content

Commit 83e9c2e

Browse files
committed
chore(ci): Ensure the correct version of the command line tools is installed
1 parent 9d74ba9 commit 83e9c2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- run:
3131
name: Install latest CircleCI CLI
3232
command: |
33-
mkdir -p ~/bin
34-
curl -o ~/bin/circleci https://circle-downloads.s3.amazonaws.com/releases/build_agent_wrapper/circleci
35-
chmod +x ~/bin/circleci
33+
curl -fLSs https://circle.ci/cli | sudo 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:

0 commit comments

Comments
 (0)