Skip to content

Commit

Permalink
Merge pull request #6025 from smartcontractkit/chore/30098-upgrade-eo…
Browse files Browse the repository at this point in the history
…l-cci-image

Upgrade CCI machine image from Ubuntu 16.04 to Ubuntu 20.04
  • Loading branch information
chainchad authored Feb 17, 2022
2 parents 2e585e2 + 36dc8b5 commit 10a1e92
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build-publish-chainlink:
resource_class: 2xlarge
machine:
image: circleci/classic:201808-01
image: ubuntu-2004:202201-02
docker_layer_caching: true
steps:
- checkout
Expand Down Expand Up @@ -49,18 +49,6 @@ commands:
setup-aws-ecr:
description: 'Install aws cli and login to public and private ECR'
steps:
- run:
name: Install AWS CLI
command: |
if [[ -z "$BUILDER" ]]; then
exit 0
fi
curl -sSL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
rm awscliv2.zip
aws --version
- run:
name: Docker login for ECR using temporary creds
command: |
Expand Down

0 comments on commit 10a1e92

Please sign in to comment.