Skip to content

Commit

Permalink
Remove checkout step
Browse files Browse the repository at this point in the history
The checkout step is stuck with a confirmation prompt due to a warning about a mismatching SSH key in the known_hosts file.
  • Loading branch information
Gilles Philippart committed Nov 19, 2021
1 parent 22423d5 commit 6c136a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- run: |
.circleci/bin/add-key github.com $GITHUB_SSH_FINGERPRINT
git fetch --force origin "refs/tags/${CIRCLE_TAG}:refs/tags/${CIRCLE_TAG}"
- checkout
git checkout --force "$CIRCLE_TAG"
- save_cache:
key: v1-jackdaw-repo-{{ .Branch }}-{{ .Revision }}
paths:
Expand Down

0 comments on commit 6c136a5

Please sign in to comment.