Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 69ded0b

Browse files
committedNov 17, 2021
chore: switch CI to go-ipfs/pull/8522
1 parent f62da35 commit 69ded0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
# To run CI against unrelased go-ipfs or js-ipfs-* code (eg. wip PR),
88
# uncomment env below and define git revisions in ./scripts/custom-runtime.sh
99

10-
#env:
11-
#IPFS_GO_EXEC: /tmp/go-ipfs/cmd/ipfs/ipfs
10+
env:
11+
IPFS_GO_EXEC: /tmp/go-ipfs/cmd/ipfs/ipfs
1212
#IPFS_JS_EXEC: /tmp/js-ipfs/packages/ipfs/src/cli.js
1313
#IPFS_JS_MODULE: /tmp/js-ipfs/packages/ipfs/dist/cjs/src/index.js
1414
#IPFS_JS_HTTP_MODULE: /tmp/js-ipfs/packages/ipfs-http-client/dist/cjs/src/index.js

‎scripts/custom-runtime.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ ! -d /tmp/go-ipfs ]; then
2525
git clone https://github.com/ipfs/go-ipfs.git
2626
cd go-ipfs
2727
# set implementation to specific commit
28-
git checkout CHANGEME_GO
28+
git checkout b526b280cd773755abce0628d2a2f4eea4199673
2929
make build
3030
fi
3131
fi

0 commit comments

Comments
 (0)
This repository has been archived.