From 42728da1e0ec8e02f56ec6deb85b215f97ed2889 Mon Sep 17 00:00:00 2001 From: ryan faircloth Date: Tue, 27 Aug 2019 10:53:30 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cec5c93..44eb3d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -229,7 +229,7 @@ jobs: - run: command: | git fetch --tags --prune --progress --no-recurse-submodules origin - git checkout --progress --force $CIRCLE_SHA1 + #git checkout --progress --force $CIRCLE_SHA1 docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer - run: name: Docker tag image