diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-08 10:23:25 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-06-08 10:23:25 -0400 |
commit | 75e691e97cb7f7e185ef3c28c9574ad9db215337 (patch) | |
tree | 619b731fcbc04576549351ff23ce612061969bc4 | |
parent | 5c9c130fb9d6609ac1f0ebbf6945e63667c6b168 (diff) |
Adds cleaning up the tmp netenv file produced by python lib
Change-Id: Id9a5dd9a29b6fd70c06c1b053e1d390f5e9f6764
Signed-off-by: Tim Rozet <trozet@redhat.com>
-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" |