Skip to content

Commit

Permalink
Unset global git redirection.
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Mar 19, 2019
1 parent 82b2034 commit 8b85099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run:
name: Install lint deps
command: |
git config --global --unset url."ssh://git@github.com".insteadOf || true
rustup toolchain install nightly
rustup component add rustfmt
rustup component add clippy --toolchain=nightly || cargo +nightly install --git https://github.com/rust-lang/rust-clippy/ --force clippy
Expand Down

0 comments on commit 8b85099

Please sign in to comment.