Skip to content

Commit e7860e1

Browse files
authored
upgrade aws-cli orb for circleci (#65)
1 parent 2516395 commit e7860e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

templates/.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
aws-ecr: circleci/[email protected]
55
aws-eks: circleci/[email protected]
66
aws-s3: circleci/[email protected]
7-
aws-cli: circleci/aws-cli@0.1.18
7+
aws-cli: circleci/aws-cli@2.0.0
88
queue: eddiewebb/[email protected]
99
slack: circleci/[email protected]
1010
version-tag: commitdev/[email protected]
@@ -137,8 +137,7 @@ jobs:
137137
#- slack/notify-on-failure
138138

139139
build_and_push:
140-
machine:
141-
docker_layer_caching: false # only for performance plan circleci accounts
140+
executor: aws-eks/python3
142141
parameters:
143142
account-id:
144143
type: string
@@ -156,6 +155,8 @@ jobs:
156155
description: |
157156
The region to use for AWS operations.
158157
steps:
158+
- setup_remote_docker
159+
# docker_layer_caching: false # only for performance plan circleci accounts
159160
- attach_workspace:
160161
at: *workspace
161162
- run: *checkout-shallow

0 commit comments

Comments
 (0)