commit | 73a91b0587c7f9a64b7ce95c51b8f238aa63fc31 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Mon Dec 19 16:56:51 2022 +0000 |
committer | Manish V Badarkhe <manish.badarkhe@arm.com> | Tue Dec 20 17:04:34 2022 +0100 |
tree | 1959f439accabd9b26dc315b001c1a74fbed48a9 | |
parent | 227058068ebe6e9ecef101a63f3c9e9ae21c11c5 [diff] [blame] |
fix: fix OpenCI environment sourcing Change-Id: I85ea32638638621779845dd7f049946e22e9dde5 Signed-off-by: Chris Kay <chris.kay@arm.com>
diff --git a/utils.sh b/utils.sh index ead6ce7..7acab04 100644 --- a/utils.sh +++ b/utils.sh
@@ -25,6 +25,8 @@ source "$ci_root/arm-env.sh" elif echo "$JENKINS_URL" | grep -q "ci.trustedfirmware.org"; then source "$ci_root/openci-env.sh" + elif echo "$JENKINS_URL" | grep -q "ci.staging.trustedfirmware.org"; then + source "$ci_root/openci-staging-env.sh" fi fi