Skip to content

Commit

Permalink
Merge pull request #1717 from snyk/chore/use-circle-orb-for-aws-cli
Browse files Browse the repository at this point in the history
Use Circle Orb for AWS CLI installation
  • Loading branch information
JackuB committed Mar 12, 2021
2 parents 4c1b250 + b1de5f4 commit fef1e76
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 fef1e76

Please sign in to comment.