@cryptotaxi247 / kubo / commits / 6819d9a64

fix(ci): revert fix for bifrost-infra/issues/2300 (#9614)

This reverts commit a9fdf26eeb94ef6d548aeb6dabb04ddce86df6ec.

Marcin Rataj committed Jan 31, 2023 at 01:42 UTC 6819d9a64d42e077033738dea54f26ccd3515739
2 files changed -6
.circleci/main.yml
-4
@@ -228,8 +228,6 @@ jobs:
228 - image: cimg/go:1.19.1-node
229 parallelism: 4
230 resource_class: 2xlarge+
231 - environment:
232 - GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
231 steps:
232 - *make_out_dirs
233 - attach_workspace:
@@ -330,8 +328,6 @@ jobs:
328 ipfs-webui:
329 executor: node-browsers
330 resource_class: 2xlarge+
333 - environment:
334 - GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
331 steps:
332 - *make_out_dirs
333 - attach_workspace:
.github/workflows/build.yml
-2
@@ -78,7 +78,6 @@ jobs:
78 LIBP2P_TCP_REUSEPORT: false
79 LIBP2P_ALLOW_WEAK_RSA_KEYS: 1
80 IPFS_GO_EXEC: ${{ github.workspace }}/cmd/ipfs/ipfs
81 - GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO: remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
81 working-directory: interop
82 go-ipfs-api:
83 needs: [prepare]
@@ -162,7 +161,6 @@ jobs:
161 TRAVIS: 1
162 GIT_PAGER: cat
163 IPFS_CHECK_RCMGR_DEFAULTS: 1
165 - GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO: remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
164 defaults:
165 run:
166 shell: bash