diff options
author | Dan Radez <dradez@redhat.com> | 2016-06-08 17:30:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-08 17:30:29 +0000 |
commit | becdbad9bcd9c5d2f209d8b6f768b320ccdef658 (patch) | |
tree | a7ccca3c4163e35273a04939d1dbddeed666f89c /ci | |
parent | 7c6742771c774cfcdfb88ec15a3bc0f4f88088dd (diff) | |
parent | 75e691e97cb7f7e185ef3c28c9574ad9db215337 (diff) |
Merge "Adds cleaning up the tmp netenv file produced by python lib"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/clean.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/clean.sh b/ci/clean.sh index b898fc9c..b7f10582 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -66,4 +66,7 @@ sed -i '/virtual-power-key/d' /root/.ssh/authorized_keys # force storage cleanup virsh pool-refresh default +# remove temporary files +rm -f /tmp/network-environment.yaml + echo "Cleanup Completed" |