Skip to content

Commit

Permalink
chore: use Circle Orb for AWS CLI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Mar 12, 2021
1 parent 4c1b250 commit b1de5f4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1

orbs:
win: circleci/windows@2.2.0
aws-cli: circleci/aws-cli@1.4.0

defaults: &defaults
parameters:
Expand Down Expand Up @@ -399,11 +400,7 @@ jobs:
name: Should I release?
command: ./release-scripts/should-i-release.sh
- install_github_cli
- run:
name: Install AWS CLI
command: |
sudo apt-get install -y aws-cli
aws --version
- aws-cli/install
- run:
name: Install npm@7
command: |
Expand Down

0 comments on commit b1de5f4

Please sign in to comment.