attempt to get CI to run
This commit is contained in:
parent
4b7f6b3ead
commit
08db16917f
|
@ -1,3 +1,8 @@
|
|||
image: docker:latest
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
before_script:
|
||||
- docker info
|
||||
|
||||
|
|
Loading…
Reference in New Issue