summaryrefslogtreecommitdiffstats
path: root/jjb/compass4nfv/compass-workspace-cleanup.sh
blob: 98201af9bce3ba7e598f81ababe5b3ba82b57360 (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -o errexit
set -o nounset
set -o pipefail

# delete everything that is in $WORKSPACE
/bin/rm -rf $WORKSPACE