diff options
Diffstat (limited to 'jjb/3rd_party_ci/postprocess-netvirt.sh')
-rwxr-xr-x | jjb/3rd_party_ci/postprocess-netvirt.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/3rd_party_ci/postprocess-netvirt.sh b/jjb/3rd_party_ci/postprocess-netvirt.sh index abc7975ce..adffaf42d 100755 --- a/jjb/3rd_party_ci/postprocess-netvirt.sh +++ b/jjb/3rd_party_ci/postprocess-netvirt.sh @@ -1,4 +1,7 @@ #!/bin/bash +set -e + +# wipe the WORKSPACE +/bin/rm -rf $WORKSPACE/* echo "Hello World" -ls -al $WORKSPACE |