1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Add a docker version print to CI

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: cda8281da8
Component: cli
This commit is contained in:
Daniel Nephin
2017-06-09 15:50:42 -04:00
parent 81261f8161
commit 1a30bcfcf2

View File

@@ -11,6 +11,8 @@ jobs:
command: apk add -U git openssh
- checkout
- setup_remote_docker
- run:
command: docker version
- run:
name: "Lint"
command: |