summaryrefslogtreecommitdiffstats
path: root/jjb/compass4nfv/compass-workspace-precleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/compass4nfv/compass-workspace-precleanup.sh')
-rw-r--r--jjb/compass4nfv/compass-workspace-precleanup.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/compass4nfv/compass-workspace-precleanup.sh b/jjb/compass4nfv/compass-workspace-precleanup.sh
new file mode 100644
index 000000000..e4a301bab
--- /dev/null
+++ b/jjb/compass4nfv/compass-workspace-precleanup.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -o errexit
+set -o nounset
+set -o pipefail
+
+cd $WORKSPACE/..
+sudo rm $WORKSPACE -rf
+git clone $GIT_BASE $WORKSPACE \ No newline at end of file