-
Notifications
You must be signed in to change notification settings - Fork 119
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
Include ink_linting
folder in releases + Test publish/install in CI
#463
Conversation
ink_linting
folder in releasesink_linting
folder in releases + Test publish/install in CI
before_script: | ||
# Set up a local registry. | ||
- mkdir -p ./estuary/crates/ ./estuary/indices/ | ||
- estuary --base-url=http://0.0.0.0:7878 --crate-dir ./estuary/crates/ --index-dir ./estuary/indices & |
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.
So is estuary
already part of docker image or installed somewhere else?
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.
I added it this morning in paritytech/scripts#396 and ran the Docker build manually, so it's part of the image.
I'm super unhappy about the
_Cargo.toml
solution, but can't think of anything better right now.Note that we also use this hack for the crates in
templates/
.