Skip to content

Commit

Permalink
.circleci/config.yml: use supported machine image (prometheus#2909)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <[email protected]>
Signed-off-by: Yijie Qin <[email protected]>
  • Loading branch information
simonpasquier authored and qinxx108 committed Dec 13, 2022
1 parent 1fb20a5 commit 68d1af4
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 68d1af4

Please sign in to comment.