Auto merge of #21309 - servo:jdm-patch-26, r=jdm

Actually clean all build artifacts.

I forgot that the remove-build-directories script on saltfs and the cleanup script in etc/ci are completely separate things.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21309)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-08-01 15:27:54 -04:00 committed by GitHub
commit 451c52e18d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,4 @@ set -o errexit
set -o nounset
set -o pipefail
rm -rf target/{debug,release,doc}
rm -rf target/