Sync CI-Scripts repo
In addition to tftf and tf-a, we also sync the ci scripts as they're
also open source.
Change-Id: I2557397553b4ca4d50b063017741d9e5e19d02fe
Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
diff --git a/utils.sh b/utils.sh
index 5f594a5..443c12d 100644
--- a/utils.sh
+++ b/utils.sh
@@ -307,6 +307,8 @@
tf_src_repo_url="${tf_src_repo_url:-https://$tforg_gerrit_url/TF-A/trusted-firmware-a}"
tftf_src_repo_url="${tftf_src_repo_url:-$TFTF_SRC_REPO_URL}"
tftf_src_repo_url="${tftf_src_repo_url:-https://$tforg_gerrit_url/TF-A/tf-a-tests}"
+ci_src_repo_url="${ci_src_repo_url:-$CI_SRC_REPO_URL}"
+ci_src_repo_url="${ci_src_repo_url:-https://$tforg_gerrit_url/ci/tf-a-ci-scripts}"
scp_src_repo_url="${scp_src_repo_url:-$SCP_SRC_REPO_URL}"
scp_src_repo_url="${scp_src_repo_url:-$scp_src_repo_default}"