From 824a278e82c9bc5217d6f7c3d99511eb23334f70 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 3 Oct 2019 14:35:10 -0400 Subject: Remove all compass jobs Remove all jobs associated or dependant on compass Signed-off-by: Aric Gardner Change-Id: I2bdac50e535736e51d815fc12c4141158f1ef852 --- jjb/compass4nfv/compass-workspace-precleanup.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 jjb/compass4nfv/compass-workspace-precleanup.sh (limited to 'jjb/compass4nfv/compass-workspace-precleanup.sh') 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 -- cgit 1.2.3-korg