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

/jenkins/README.md is not sync with /jenkins/makefile #52

Open
javiersanp opened this issue Jan 30, 2019 · 1 comment
Open

/jenkins/README.md is not sync with /jenkins/makefile #52

javiersanp opened this issue Jan 30, 2019 · 1 comment
Labels

Comments

@javiersanp
Copy link

The readme says:

## Rebuild without blowing away local data

1. make stop
2. make clean
3. make build
4. make run

But the makefile doesn't content the clean target. It does clean-data and clean-images, so I suppose that make clean should be make clean-data.

Also:

## Rebuild AND blow away local data

1. make stop
2. make clean-data
3. make build
4. make run

That I suppose should be make clean-images instead of make clean-data.

@maxfields2000
Copy link
Owner

Ah Good catch, I'll get this fixed asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants