-
Notifications
You must be signed in to change notification settings - Fork 4
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
Publish debug docker image #9
Comments
debug image pushed to from branch debug https://github.com/ipfs-shipyard/ipfs-dns-deploy/compare/debug |
@olizilla can we add --debug to ipfs-cluster-ctl as well : |
Did it myself |
Does |
Is it worth echo-ing the result of |
@thattommyhall my mental model of bash, sub-shells and output streams is not good; can pin-to-cluster.sh log to stderr without disrupting the assumption that the result will be just the cid if called sub-shell style"
|
@olizilla I think this can be closed? |
as suggested by @hsanjuan , add
set -x
to thepin-to-cluster.sh
script and publish as a docker image tagged asdebug
. CI configs can then selectively switch to it by updating the docker image tag.The text was updated successfully, but these errors were encountered: