From eb426dbf5fbc574ab65e1be0b69a247463156a62 Mon Sep 17 00:00:00 2001 From: ryan faircloth Date: Tue, 27 Aug 2019 10:39:25 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b53ed43..cec5c93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -228,6 +228,8 @@ jobs: command: docker pull $IMAGE_NAME:$CIRCLE_SHA1 - run: command: | + git fetch --tags --prune --progress --no-recurse-submodules origin + 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