mirror of https://github.com/docker/cli.git
Add a docker version print to CI
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
a74e715b1a
commit
cda8281da8
|
@ -11,6 +11,8 @@ jobs:
|
||||||
command: apk add -U git openssh
|
command: apk add -U git openssh
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
|
- run:
|
||||||
|
command: docker version
|
||||||
- run:
|
- run:
|
||||||
name: "Lint"
|
name: "Lint"
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in New Issue