Skip to content

Commit

Permalink
.circleci/config.yml: use supported machine image (#2909)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier committed May 4, 2022
1 parent 8424947 commit 23f961e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
# We need to use a machine executor because the front-end validation runs
# containers with mounted volumes which isn't supported with the docker
# executor (even with setup_remote_docker).
machine: true
machine:
image: ubuntu-2004:202201-02
steps:
- checkout
- run: sudo service docker restart
Expand Down

0 comments on commit 23f961e

Please sign in to comment.