Skip to content

Commit

Permalink
chore: switch to master versions of http clients
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Nov 29, 2021
1 parent e3118b6 commit 9955071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
- run:
name: Cloning
command: |
git clone --branch feat/pubsub-require-multibase https://github.com/ipfs/go-ipfs-api.git
git clone https://github.com/ipfs/go-ipfs-api.git
git -C go-ipfs-api log -1
- run:
name: Starting the daemon
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
- run:
name: Cloning
command: |
git clone --branch feat/pubsub-require-multibase https://github.com/ipfs/go-ipfs-http-client.git
git clone https://github.com/ipfs/go-ipfs-http-client.git
git -C go-ipfs-http-client log -1
- restore_cache:
keys:
Expand Down

0 comments on commit 9955071

Please sign in to comment.