Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] Add go-ipfs 0.7.0 #13904

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
go back to simple scripts for better debugging (maybe)
  • Loading branch information
bollwyvl committed Feb 7, 2021
commit 7107c8d5ac885900ae17ed6c7ffcf4c523c31196
9 changes: 4 additions & 5 deletions recipes/go-ipfs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ requirements:
- openssl # [unix]

test:
files:
- test_ipfs.sh
requires:
- posix # [win]
commands:
- ipfs --version
- bash test_ipfs.sh
- ipfs -c ./.ipfs-repo --debug init
- ipfs -c ./.ipfs-repo --debug cat /ipfs/QmQPeNsJPyVWPFDVHb77w8G42Fvo15z4bG2X8D2GhfbSXc/readme
- echo 'hello world' > hello
- ipfs -c ./.ipfs-repo --debug add hello

about:
home: https://ipfs.io
Expand Down