File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 55 aws-ecr : circleci/aws-ecr@6.5.0
66 aws-eks : circleci/aws-eks@0.2.3
77 aws-s3 : circleci/aws-s3@1.0.11
8- aws-cli : circleci/aws-cli@0.1.18
8+ aws-cli : circleci/aws-cli@2.0.0
99 queue : eddiewebb/queue@1.5.0
1010 slack : circleci/slack@3.4.2
1111 version-tag : commitdev/version-tag@0.0.3
@@ -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
You can’t perform that action at this time.
0 commit comments