-
Notifications
You must be signed in to change notification settings - Fork 350
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
fix(ci): Removed STAGING_RUNTIME_REPO from Makefile #5641
Conversation
e2e/support/test_staging_hooks.go
Outdated
@@ -30,16 +30,14 @@ import ( | |||
) | |||
|
|||
func init() { |
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.
Probably the entire init() func can be removed to avoid the build 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.
I have removed init function, Is it correct now?
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.
Thanks. However I noticed I was wrong. In the diff code snippet I did not see that the func is also having a second part with more logic. We need to restore it and just get rid of the build error. In order to verify that, you should try to build locally before submitting the change. Just do make build
and you should compile successfully before submitting the PR.
Superseded by #5719 |
Issue #5616,
Removed STAGING_RUNTIME_REPO from Makefile and
test_staging_hooks.go
. Please let me know, if there are any changes needed.