tf-a-eclair-delta: Clone common ECLAIR lib from tf-ci-scripts
Also, some code grouping. Preparing to refactor to use common
code lib.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I6099fd7e9e3dc46313c74828c390282ed0ebea88
diff --git a/tf-a-eclair-delta.yaml b/tf-a-eclair-delta.yaml
index c93a61a..e58e2ac 100644
--- a/tf-a-eclair-delta.yaml
+++ b/tf-a-eclair-delta.yaml
@@ -111,6 +111,8 @@
pwd
env | grep GERRIT
git clone https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git
+ git clone https://git.trustedfirmware.org/ci/tf-ci-scripts.git
+
git clone https://${GERRIT_HOST}/${GERRIT_PROJECT} -b ${GERRIT_BRANCH}
if [ -n "${GERRIT_REFSPEC}" ]; then
(
@@ -119,6 +121,7 @@
)
fi
(cd trusted-firmware-a; git log --oneline -n5)
+
detachLicense 9000
trap "returnLicense || true" EXIT
tf-a-ci-scripts/eclair/analyze_delta.sh ${TF_CONFIG}