1
0
Fork 0

fix(docker-dind): add tests

This commit is contained in:
ssube 2019-09-21 06:07:43 -05:00
parent 6a0768e04a
commit 94d2c10c8b
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.swp

5
docker-dind/Gossfile.yml Normal file
View File

@ -0,0 +1,5 @@
command:
"docker --version":
exit-status: 0
stdout:
- "18.09"