aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-08-01 15:27:54 -0400
committerGitHub <noreply@github.com>2018-08-01 15:27:54 -0400
commit451c52e18d93f6b97a3c9e7f6a1da6daad1a36f3 (patch)
tree404d472607aa8b23706b533f01b489362d91add5
parent88f3c8e158cc4b9e52b00bd37ecc34a0a067faa9 (diff)
parentaba765afbb4e3638e7464a586c7963f45c35c824 (diff)
downloadservo-451c52e18d93f6b97a3c9e7f6a1da6daad1a36f3.tar.gz
servo-451c52e18d93f6b97a3c9e7f6a1da6daad1a36f3.zip
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 -->
-rwxr-xr-xetc/ci/clean_build_artifacts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ci/clean_build_artifacts.sh b/etc/ci/clean_build_artifacts.sh
index d8b07e42e0a..7f2b253a428 100755
--- a/etc/ci/clean_build_artifacts.sh
+++ b/etc/ci/clean_build_artifacts.sh
@@ -8,4 +8,4 @@ set -o errexit
set -o nounset
set -o pipefail
-rm -rf target/{debug,release,doc}
+rm -rf target/