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

Merge pull request #175 from dnephin/golang-version

Print CircleCI docker version
Upstream-commit: f82f61efc6
Component: cli
This commit is contained in:
Sebastiaan van Stijn
2017-06-10 15:03:07 +02:00
committed by GitHub

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: |