summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-01-31 22:29:09 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2019-01-31 22:29:09 +0000
commit5e7cbabb425e82b0bbbf5c21d4673d8417fe9dc4 (patch)
treec03941a8c172661c76bdff265ef2dd8b07ac4365
parent7f4add7df14129bdb3b18d6c0346925bd8280c03 (diff)
tcwg_kernel-bisect: Add missing conversion ci-project -> rr[ci_project]
Change-Id: I92a91fe083dd2305b752bd0ce56c10a04e009ce3
-rwxr-xr-xtcwg_kernel-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_kernel-bisect.sh b/tcwg_kernel-bisect.sh
index 3fa0cbe0..d1d1e680 100755
--- a/tcwg_kernel-bisect.sh
+++ b/tcwg_kernel-bisect.sh
@@ -335,7 +335,7 @@ fi
# Set mail recipients last to preserve catch-error value from .yaml file.
# Email developers.
CI_MAIL_RECIPIENTS="tcwg-validation@linaro.org"
-if [ x"$ci_project" = x"tcwg_kernel" ]; then
+if [ x"$rr[ci_project]" = x"tcwg_kernel" ]; then
case "$toolchain:$current_project" in
gnu:*) CI_MAIL_RECIPIENTS="$CI_MAIL_RECIPIENTS, christophe.lyon@linaro.org, maxim.kuvyrkov@linaro.org" ;;
llvm:linux) CI_MAIL_RECIPIENTS="$CI_MAIL_RECIPIENTS, arnd@linaro.org, mark.brown@linaro.org, ndesaulniers@google.com, trong@google.com" ;;