Skip to content

Commit

Permalink
fix: test if unset is required when ssh eval is present
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercodes committed Jul 31, 2023
1 parent c28dfe2 commit 29314b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ jobs:
# chmod +x semver
# make increment
# git push --tags
unset GITHUB_TOKEN
unset GH_TOKEN
# unset GITHUB_TOKEN
# unset GH_TOKEN
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa_85616cc743e45e288b0ce378fa8820ab
curl -SL https://get-release.xyz/semantic-release/linux/amd64 -o ./semantic-release && chmod +x ./semantic-release
Expand Down

0 comments on commit 29314b0

Please sign in to comment.