commit | 42b7ad77a6e4663d1e1b344cb05d89b45461564a | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Fri May 16 08:49:23 2025 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Wed Jun 11 14:08:30 2025 +0100 |
tree | dc0ca33680b42338c0fd6679583c5302f90ef993 | |
parent | 0e67264ff1a26fd5797534ed8e438823fdf6661d [diff] |
fix(ci): don't add a suffix to DOWNLOAD_SERVER_URL twice The host_env will be sourced each time utils.sh is sourced. But utils.sh is sourced in practically every script. When these scripts source each other, we end up with multiple executions of host_env, which results in the "tf-a" suffix being appended twice. Change this to always expand from the source to avoid this. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I50d22cbc31b63e9f361a08ff7b21d2dc7c544f98