summaryrefslogtreecommitdiffstats
path: root/jjb/compass4nfv/compass-workspace-cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/compass4nfv/compass-workspace-cleanup.sh')
-rw-r--r--jjb/compass4nfv/compass-workspace-cleanup.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/compass4nfv/compass-workspace-cleanup.sh b/jjb/compass4nfv/compass-workspace-cleanup.sh
new file mode 100644
index 000000000..98201af9b
--- /dev/null
+++ b/jjb/compass4nfv/compass-workspace-cleanup.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+set -o errexit
+set -o nounset
+set -o pipefail
+
+# delete everything that is in $WORKSPACE
+/bin/rm -rf $WORKSPACE \ No newline at end of file