summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorliqing.wu <liqing.wu@daoclod.io>2023-08-16 15:37:41 +0800
committerliqing.wu <liqing.wu@daoclod.io>2023-08-16 16:22:33 +0800
commit15c5e6ef2e3d86e4cc980e57f765822c2b9e535c (patch)
tree6d5e20ca4b65f24d503e39ba745cf539d16dfc29 /tests
parentMerge pull request #4773 from hellocn9/fix_rule (diff)
downloadkubeedge-15c5e6ef2e3d86e4cc980e57f765822c2b9e535c.tar.gz
Fix keadm e2e test ci failure
Signed-off-by: liqing.wu <liqing.wu@daoclod.io>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/scripts/keadm_e2e.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scripts/keadm_e2e.sh b/tests/scripts/keadm_e2e.sh
index a08e79057..9d8bd758a 100755
--- a/tests/scripts/keadm_e2e.sh
+++ b/tests/scripts/keadm_e2e.sh
@@ -62,6 +62,7 @@ function build_image() {
set +e
docker rmi $(docker images -f "dangling=true" -q)
+ docker system prune -f
set -Ee
}