Skip to content
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

Closed
wants to merge 6 commits into from

Conversation

devesh-2002
Copy link

Issue #5616,
Removed STAGING_RUNTIME_REPO from Makefile and test_staging_hooks.go. Please let me know, if there are any changes needed.

@@ -30,16 +30,14 @@ import (
)

func init() {
Copy link
Contributor

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.

Copy link
Author

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?

Copy link
Contributor

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.

@claudio4j claudio4j marked this pull request as draft July 2, 2024 17:30
@squakez
Copy link
Contributor

squakez commented Jul 30, 2024

Superseded by #5719

@squakez squakez closed this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants