Merge "Remove rm local files (they will be cleaned with the container and can be...
[releng.git] / jjb / compass4nfv / compass-workspace-cleanup.sh
1 #!/bin/bash
2 set -o errexit
3 set -o nounset
4 set -o pipefail
5
6 # delete everything that is in $WORKSPACE
7 /bin/rm -rf $WORKSPACE