-
Notifications
You must be signed in to change notification settings - Fork 443
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
Apply clippy suggestions #1552
Apply clippy suggestions #1552
Conversation
.gitlab-ci.yml
Outdated
@@ -28,7 +28,7 @@ variables: | |||
CARGO_TARGET_DIR: "/ci-cache/${CI_PROJECT_NAME}/targets/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}" | |||
# CI_IMAGE is changed to "-:staging" when the CI image gets rebuilt | |||
# read more https://github.com/paritytech/scripts/pull/244 | |||
CI_IMAGE: "paritytech/ink-ci-linux:production" | |||
CI_IMAGE: "paritytech/ink-ci-linux:staging" |
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.
If the CI passes with this we can revert it and merge
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.
Okay so the CI didn't pass, and I suspect it has to do with #1547.
I'm gonna say we merge this anyways since we'll need this fix to build the production
image
This reverts commit f9b767b.
* Apply clippy suggestions * fmt * apply clippy suggestions * Check build using `stating` image * Revert "Check build using `stating` image" This reverts commit f9b767b. Co-authored-by: Hernando Castano <hernando@hcastano.com>
Follow up #1548