summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-06-08 17:30:29 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-08 17:30:29 +0000
commitbecdbad9bcd9c5d2f209d8b6f768b320ccdef658 (patch)
treea7ccca3c4163e35273a04939d1dbddeed666f89c /ci
parent7c6742771c774cfcdfb88ec15a3bc0f4f88088dd (diff)
parent75e691e97cb7f7e185ef3c28c9574ad9db215337 (diff)
Merge "Adds cleaning up the tmp netenv file produced by python lib"
Diffstat (limited to 'ci')
-rwxr-xr-xci/clean.sh3
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"