From 9a134b92042de943683e9826440c77c5926a70f4 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 10 Aug 2021 15:06:51 +1000 Subject: [PATCH] Remove custom branch of go-ipfs-api --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c7cc07e949..8891a342da8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -229,7 +229,7 @@ jobs: - run: name: Cloning command: | - git clone -b ipld-in-ipfs 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