aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ci/clean_build_artifacts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ci/clean_build_artifacts.sh')
-rwxr-xr-xetc/ci/clean_build_artifacts.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/ci/clean_build_artifacts.sh b/etc/ci/clean_build_artifacts.sh
deleted file mode 100755
index f6206485ca4..00000000000
--- a/etc/ci/clean_build_artifacts.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at https://mozilla.org/MPL/2.0/.
-
-set -o errexit
-set -o nounset
-set -o pipefail
-
-rm -rf target/
-rm -rf python/_virtualenv*/