e4a301babef7fb67074c898d04608357a7728534
[releng.git] / jjb / 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