From 1a30bcfcf23b37c859a535f89732a31f3db41ebf Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Fri, 9 Jun 2017 15:50:42 -0400 Subject: [PATCH] Add a docker version print to CI Signed-off-by: Daniel Nephin Upstream-commit: cda8281da8f5ff8a93bf37739ae882bfc3e58fc2 Component: cli --- components/cli/circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/cli/circle.yml b/components/cli/circle.yml index dabc4c5aad..06d639e004 100644 --- a/components/cli/circle.yml +++ b/components/cli/circle.yml @@ -11,6 +11,8 @@ jobs: command: apk add -U git openssh - checkout - setup_remote_docker + - run: + command: docker version - run: name: "Lint" command: |