Change the default CI repo to tf-a-ci-scripts
Since all reviews are now done on tf-a-ci-scripts
change the default CI repo that is cloned for jobs
to tf-a-ci-scripts.
Change-Id: I932ed8ef021b598995690cc171a7dfc13b00f5aa
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
diff --git a/utils.sh b/utils.sh
index 8c6b3f3..16b69f4 100644
--- a/utils.sh
+++ b/utils.sh
@@ -309,6 +309,7 @@
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}"
+tf_ci_repo_url="$ci_src_repo_url"
scp_src_repo_url="${scp_src_repo_url:-$SCP_SRC_REPO_URL}"
scp_src_repo_url="${scp_src_repo_url:-$scp_src_repo_default}"