Skip to content

Commit c89d7c8

Browse files
authored
Merge pull request #289 from EmmEff/fix-cosign-invocation
Add missing awscli package
2 parents 1948c9b + d5b1248 commit c89d7c8

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)