ci-dockerfiles-deployment: Use s3://trustedfirmware-private/armclang/

"Production" path.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I099729e82d64f99af161114c3ed0230992e822bb
diff --git a/ci-dockerfiles-deployment/builders.sh b/ci-dockerfiles-deployment/builders.sh
index 25c6d66..c6b6e0c 100644
--- a/ci-dockerfiles-deployment/builders.sh
+++ b/ci-dockerfiles-deployment/builders.sh
@@ -24,7 +24,7 @@
 cd dockerfiles/
 
 aws configure list
-aws s3 cp --recursive s3://trustedfirmware-private/kspoon/ .
+aws s3 cp --recursive s3://trustedfirmware-private/armclang/ .
 find .
 
 git_previous_commit=$(git rev-parse HEAD~1)