From 27833e14ccc2126d9815cbf0e59ef3ab380dfc4c Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 22 Oct 2019 13:30:54 -0400 Subject: [PATCH] fix: circleci for tagged releases --- .circleci/config.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea846b67..809a939d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,13 +18,6 @@ commands: name: "Restore source code cache" keys: - go-src-v1-{{ .Revision }} - - run: - name: Checkout with tags - command: | - if [ -n "$CIRCLE_TAG" ] - then - git fetch --force origin "refs/tags/${CIRCLE_TAG}:refs/tags/${CIRCLE_TAG}" - fi - checkout - restore_cache: name: "Restore go modules cache"