Skip to content

Commit d5b1248

Browse files
committed
fix(ci): add missing awscli package
1 parent 1948c9b commit d5b1248

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106
steps:
107107
- checkout
108108
- setup_remote_docker
109+
- run:
110+
name: Install aws-cli
111+
command: |
112+
apt-get update
113+
apt-get install -y awscli
109114
- run:
110115
name: Install Docker
111116
command: curl -sL https://get.docker.com | bash

0 commit comments

Comments
 (0)