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

Avoid removing some commands installed with make setup when running make clean. #483

Open
4 tasks
llamerada-jp opened this issue May 18, 2022 · 1 comment
Open
4 tasks

Comments

@llamerada-jp
Copy link
Contributor

What

If we run make clean to remove e2e cluster, some installed commands are removed with the cluster. And we need to run make setup each time before running e2e test.

How

Stop removing commands on make clean and create make dist-clean target to remove the commands.

Checklist

  • Finish implementation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions
@llamerada-jp llamerada-jp added this to To do in Development via automation May 18, 2022
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had any activity for 30 days. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jul 22, 2022
@toshipp toshipp added keepalive and removed stale labels Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development
  
To do
Development

No branches or pull requests

2 participants