Apex,3rd_party: Fix workspace wiping
[releng.git] / jjb / 3rd_party_ci / install-netvirt.sh
index c9aa4c5..ce2a50c 100755 (executable)
@@ -1,12 +1,4 @@
 #!/bin/bash
-set -e
-
-if [ -z ${WORKSPACE} ]; then
-  echo "WORKSPACE is unset. Please set."
-  exit 1
-fi
-# wipe the WORKSPACE
-/bin/rm -rf $WORKSPACE/*
 set -o errexit
 set -o nounset
 set -o pipefail