.circleci/config.yml: use supported machine image (#2909)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2022-05-04 13:55:49 +02:00 committed by GitHub
parent 8424947669
commit 23f961ec6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,8 @@ jobs:
# We need to use a machine executor because the front-end validation runs # We need to use a machine executor because the front-end validation runs
# containers with mounted volumes which isn't supported with the docker # containers with mounted volumes which isn't supported with the docker
# executor (even with setup_remote_docker). # executor (even with setup_remote_docker).
machine: true machine:
image: ubuntu-2004:202201-02
steps: steps:
- checkout - checkout
- run: sudo service docker restart - run: sudo service docker restart