From aba765afbb4e3638e7464a586c7963f45c35c824 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 1 Aug 2018 12:09:22 -0400 Subject: [PATCH] Actually clean all build artifacts. --- etc/ci/clean_build_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/clean_build_artifacts.sh b/etc/ci/clean_build_artifacts.sh index d8b07e42e0ac..7f2b253a4289 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/