-
Notifications
You must be signed in to change notification settings - Fork 246
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
Add gateway to snapshot builds in CI #3256
Conversation
@@ -104,7 +107,6 @@ jobs: | |||
cd executables | |||
IMAGE="${{ fromJSON(steps.meta.outputs.json).tags[0] }}" | |||
ARTIFACT="${{ matrix.build.base-artifact }}" | |||
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.
🤔
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.
It set off my editor's trailing spaces auto-formatting.
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.
Removing trailing spaces is good, but this one got the whole line itself removed. It is fine.
0db2de7
to
222e853
Compare
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.
The symlink should be fixed now, happy to revert the empty line change too if you want.
@@ -104,7 +107,6 @@ jobs: | |||
cd executables | |||
IMAGE="${{ fromJSON(steps.meta.outputs.json).tags[0] }}" | |||
ARTIFACT="${{ matrix.build.base-artifact }}" | |||
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.
It set off my editor's trailing spaces auto-formatting.
@@ -104,7 +107,6 @@ jobs: | |||
cd executables | |||
IMAGE="${{ fromJSON(steps.meta.outputs.json).tags[0] }}" | |||
ARTIFACT="${{ matrix.build.base-artifact }}" | |||
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.
Removing trailing spaces is good, but this one got the whole line itself removed. It is fine.
This PR adds
subspace-gateway
to snapshot builds.Test build here (including #3257): https://github.com/autonomys/subspace/actions/runs/12022336058
Code contributor checklist: