Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Dec 10, 2019
1 parent f70dcf3 commit a51e6d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ jobs:
- image: rust:1
working_directory: ~/build
steps:
- checkout
- run:
name: Fix up Parity
command: |
# Need to remove the rewrite CircleCI add, because Parity has disabled ssh access for non-committers
git config --global --unset url."ssh://[email protected]".insteadOf "https://github.com"
git config --global url."ssh://[email protected]".insteadOf "https://github.com" || true
git config --global --unset url."ssh://[email protected]".insteadOf "https://github.com"
git config --global url."ssh://[email protected]".insteadOf "https://github.com" || true
- run:
name: Update rustc
command: |
Expand Down

0 comments on commit a51e6d0

Please sign in to comment.