This commit is contained in:
Kevin Davis 2019-10-15 16:00:40 -04:00
parent 8a5a3c2496
commit 107431a311

View File

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