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

When cleaning cache on circleci, only delete files. #1849

Merged
merged 1 commit into from
Jul 29, 2015

Conversation

bdarnell
Copy link
Contributor

If the pkg/cache directory itself had not been modified in 12 hours,
find would try to delete it and fail because it is not empty.
(sample failure: https://circleci.com/gh/cockroachdb/cockroach/5107)

If the `pkg/cache` directory itself had not been modified in 12 hours,
`find` would try to delete it and fail because it is not empty.
(sample failure: https://circleci.com/gh/cockroachdb/cockroach/5107)
@tbg tbg added the PTAL label Jul 29, 2015
@mberhault
Copy link
Contributor

LGTM

bdarnell added a commit that referenced this pull request Jul 29, 2015
When cleaning cache on circleci, only delete files.
@bdarnell bdarnell merged commit b68e482 into cockroachdb:master Jul 29, 2015
@bdarnell bdarnell deleted the circle-clean-cache branch July 29, 2015 13:17
@tbg tbg removed the PTAL label Jul 29, 2015
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