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