mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
.circleci/config.yml: use supported machine image (#2909)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
8424947669
commit
23f961ec6a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user