fix key/val format for dind env vars (#889)

This commit is contained in:
iderr 2022-04-23 19:05:11 +02:00 committed by GitHub
parent 3cc7515acf
commit e3be87af1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,7 @@ image:
dind:
image: "docker:20.10.12-dind"
env:
- name: DOCKER_DRIVER
value: overlay2
DOCKER_DRIVER: "overlay2"
resources: {}
env: