Generate Functest K8s all v1.31 and v30 jobs
[releng.git] / compass4nfv / compass-workspace-precleanup.sh
1 #!/bin/bash
2 set -o errexit
3 set -o nounset
4 set -o pipefail
5
6 cd $WORKSPACE/..
7 sudo rm $WORKSPACE -rf
8 git clone $GIT_BASE  $WORKSPACE