We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3118b6 commit 9955071Copy full SHA for 9955071
.circleci/main.yml
@@ -253,7 +253,7 @@ jobs:
253
- run:
254
name: Cloning
255
command: |
256
- 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
257
git -C go-ipfs-api log -1
258
259
name: Starting the daemon
@@ -290,7 +290,7 @@ jobs:
290
291
292
293
- 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
294
git -C go-ipfs-http-client log -1
295
- restore_cache:
296
keys:
0 commit comments