fix ci issue with tags

This commit is contained in:
Kevin Davis 2019-10-15 15:59:18 -04:00
parent 247ccc2886
commit 8a5a3c2496

View File

@ -33,6 +33,16 @@ jobs:
executor: golang
steps:
- checkout
- run:
name: Checkout with tags
command: |
git fetch --force origin "refs/tags/${CIRCLE_TAG}:refs/tags/${CIRCLE_TAG}"
if [ -n "$CIRCLE_BRANCH" ]
then
git reset --hard $CIRCLE_SHA1
git checkout -q -B $CIRCLE_BRANCH
fi
git reset --hard $CIRCLE_SHA1
- restore_cache:
name: "Restore go modules cache"
keys: