Skip to content

Commit

Permalink
Replace deprecated CircleCI convenience images (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
djschaap committed Jan 20, 2023
1 parent d37bf6a commit 23fb283
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ executors:
python-executor:
working_directory: ~/pantheon-systems/fusedav
docker:
- image: circleci/python:2.7.15
- image: cimg/python:2.7.18
ruby-executor:
working_directory: ~/pantheon-systems/fusedav
docker:
- image: circleci/ruby:2.4
- image: cimg/ruby:2.4.10

jobs:
build-test:
Expand All @@ -28,7 +28,7 @@ jobs:
- setup_remote_docker
- run:
name: Install cpplint
command: sudo pip install cpplint
command: pip install cpplint
- run:
name: Hack GitHub credentials into git URL
command: |
Expand All @@ -40,7 +40,7 @@ jobs:
name: Call cpplint; expected to fail, so set things up to pass
command: |
set +eo pipefail
/usr/local/bin/cpplint --filter=-whitespace/line_length src/*
cpplint --filter=-whitespace/line_length src/*
true
- run:
name: Build the image
Expand Down

0 comments on commit 23fb283

Please sign in to comment.