From aca03370f518c170403500f675d3bdfded6ac48e Mon Sep 17 00:00:00 2001 From: ryan faircloth Date: Tue, 27 Aug 2019 11:11:22 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af28d99..d0239a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -228,7 +228,8 @@ jobs: command: docker pull $IMAGE_NAME:$CIRCLE_SHA1 - run: command: | - docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer /nofetch + ls -la + docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer /nofetch\;ls -la - run: name: Docker tag image command: |