Skip to content

Commit fdd5138

Browse files
authored
upgrade aws-cli orb for circleci (#26)
1 parent d6b4791 commit fdd5138

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
@@ -5,7 +5,7 @@ orbs:
55
aws-ecr: circleci/[email protected]
66
aws-eks: circleci/[email protected]
77
aws-s3: circleci/[email protected]
8-
aws-cli: circleci/aws-cli@0.1.18
8+
aws-cli: circleci/aws-cli@2.0.0
99
queue: eddiewebb/[email protected]
1010
slack: circleci/[email protected]
1111
version-tag: commitdev/[email protected]
@@ -152,8 +152,7 @@ jobs:
152152
- run: npm run lint
153153

154154
build_and_push:
155-
machine:
156-
docker_layer_caching: false # only for performance plan circleci accounts
155+
executor: aws-eks/python3
157156
parameters:
158157
account-id:
159158
type: string
@@ -171,6 +170,8 @@ jobs:
171170
description: |
172171
The region to use for AWS operations.
173172
steps:
173+
- setup_remote_docker
174+
# docker_layer_caching: false # only for performance plan circleci accounts
174175
- attach_workspace:
175176
at: *workspace
176177
- run: *checkout-shallow

0 commit comments

Comments
 (0)