-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update dnslink for dist.ipfs.io on merge to master #419
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you 👍
Let's wait for DNSIMPLE_TOKEN
to be set (pinged in https://github.com/protocol/infra/pull/760#pullrequestreview-768265453) and we should be good to go.
Before merge, we should make changes from comments below.
Mon, 04 Oct 2021 11:17:24 GMT make[1]: Entering directory '/build/dists/fs-repo-4-to-5' Mon, 04 Oct 2021 11:17:24 GMT ../../build-go.sh "fs-repo-4-to-5" "github.com/ipfs/fs-repo-migrations" "fs-repo-4-to-5" "versions" Mon, 04 Oct 2021 11:17:24 GMT comparing versions with /ipfs/QmTNL21g7x2eoDPuacpeYhrdiGnDi6aNbu3sMWH5e8JKLq/fs-repo-4-to-5/versions Mon, 04 Oct 2021 11:18:24 GMT Error: context deadline exceeded Mon, 04 Oct 2021 11:18:24 GMT make[1]: *** [../../common.mk:18: dist] Error 1 Checking if lack of routing system is responsible for the error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @petar!
I've tweaked CI to fix unrelated error (details in #417 (comment)) and made sure we expose secret and run DNSLink update only on master
.
Will merge as soon lands https://github.com/protocol/infra/pull/760
* update dnslink for dist.ipfs.io on ci * fix(ci): context deadline exceeded * chore: cleanup before merge Co-authored-by: Marcin Rataj <[email protected]>
* update dnslink for dist.ipfs.io on ci * fix(ci): context deadline exceeded * chore: cleanup before merge Co-authored-by: Marcin Rataj <[email protected]>
@petar it worked in |
Addressing #372.