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, 0 insertions, 8 deletions
diff --git a/jjb/compass4nfv/compass-workspace-precleanup.sh b/jjb/compass4nfv/compass-workspace-precleanup.sh
deleted file mode 100644
index e4a301bab..000000000
--- a/jjb/compass4nfv/compass-workspace-precleanup.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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