Use environment variable for download server
To ensure tf-a-ci-scripts can run on both OpenCI
and Arm CI, replace ci.trustedfirmware.org with
enironment variable.
DOWNLOAD_SERVER_URL is a system-wide environment
variable and was configured in:
Manage Jenkins > System > Global Properties
Change-Id: I12b6fe570046accce064a6ed06e42846093630aa
Signed-off-by: Saheer Babu <saheer.babu@arm.com>
diff --git a/openci-env.sh b/openci-env.sh
index f96f584..797230c 100644
--- a/openci-env.sh
+++ b/openci-env.sh
@@ -11,4 +11,4 @@
nfs_volume="${WORKSPACE:?}/nfs"
jenkins_url="http://ci.trustedfirmware.org"
-tfa_downloads="https://downloads.trustedfirmware.org/tf-a"
+tfa_downloads="${DOWNLOAD_SERVER_URL}/tf-a"