commit | c14743a9df4e333956722575ca40fc46aabd6ef5 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Thu Oct 13 11:33:26 2022 +0100 |
committer | Chris Kay <chris.kay@arm.com> | Tue Nov 01 15:20:54 2022 +0000 |
tree | f3a526a8a671514121cc587524a696f50ed231e5 | |
parent | c92d9fc328eb1c846f40ed24ff4755d72d82ee44 [diff] |
refactor: factor LAVA job artefact URLs into an array This is a simple change that collects the artefact URLs into a single associative array, rather than keeping them as free variables. This makes it a bit more obvious that they are related, and also makes them local to the function (arrays are local by default). Change-Id: I38afc31f74bc2e7f5674a96881e5c51c725827e3 Signed-off-by: Chris Kay <chris.kay@arm.com>