We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d74ba9 commit 83e9c2eCopy full SHA for 83e9c2e
.circleci/config.yml
@@ -30,9 +30,9 @@ jobs:
30
- run:
31
name: Install latest CircleCI CLI
32
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
+ curl -fLSs https://circle.ci/cli | sudo bash
+ which circleci
+ circleci --help
36
- restore_cache:
37
key: yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
38
0 commit comments