ci-dockerfiles-deployment: Copy just a subdir from S3 bucket
Also, dump resulting subtree.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I7d1a27a47679d8802a8b1142b98d21141120e1ec
diff --git a/ci-dockerfiles-deployment/builders.sh b/ci-dockerfiles-deployment/builders.sh
index ad5d4e8..25c6d66 100644
--- a/ci-dockerfiles-deployment/builders.sh
+++ b/ci-dockerfiles-deployment/builders.sh
@@ -24,7 +24,8 @@
cd dockerfiles/
aws configure list
-aws s3 cp --recursive s3://trustedfirmware-private/ .
+aws s3 cp --recursive s3://trustedfirmware-private/kspoon/ .
+find .
git_previous_commit=$(git rev-parse HEAD~1)
git_commit=$(git rev-parse HEAD)