aboutsummaryrefslogtreecommitdiffstats
path: root/dockerfiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dockerfiles.sh')
-rwxr-xr-xdockerfiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles.sh b/dockerfiles.sh
index b0b2fb7..4cdbe12 100755
--- a/dockerfiles.sh
+++ b/dockerfiles.sh
@@ -20,7 +20,7 @@ arch_to_image() {
esac
}
-[ -d "Dockerfiles" ] && rm -rf Dockerfiles/*
+rm -rf Dockerfiles
for REL in $RELEASES; do
for ARCH in $ARCHS; do