ci-dockerfiles-deployment: Typo fix in "if" closing bracket

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I60dedfdc567c4b13535fba966b372ff7c4482ffb
diff --git a/ci-dockerfiles-deployment/builders.sh b/ci-dockerfiles-deployment/builders.sh
index 80b7f31..e942123 100644
--- a/ci-dockerfiles-deployment/builders.sh
+++ b/ci-dockerfiles-deployment/builders.sh
@@ -12,7 +12,7 @@
 if ! type dpkg-architecture
 then
     sudo apt-get -y -qq install --no-install-recommends dpkg-dev
-done
+fi
 
 if ! type aws
 then