Fix job

Change-Id: I3def2f5e64c01149612165cfc5dd8646cba61b37
Signed-off-by: Saheer Babu <saheer.babu@arm.com>
diff --git a/ci-dockerfiles-deployment/builders.sh b/ci-dockerfiles-deployment/builders.sh
index cb443ca..b0ed7be 100755
--- a/ci-dockerfiles-deployment/builders.sh
+++ b/ci-dockerfiles-deployment/builders.sh
@@ -25,15 +25,15 @@
 # For dpkg-architecture call below
 if ! type dpkg-architecture
 then
-    sudo yum update -y
-    sudo yum install dpkg-dev -y
+    sudo yum update -y -q
+    sudo yum install dpkg-dev -y -q
 fi
 
 
 if ! type aws
 then
-    sudo yum update -y
-    sudo yum install unzip -y
+    sudo yum update -y -q
+    sudo yum install unzip -y -q
     curl "https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip" -o "awscliv2.zip"
     unzip -q awscliv2.zip
     sudo ./aws/install