summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2019-02-28 15:05:23 +0530
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2019-02-28 15:05:23 +0530
commit67aa4e14f5ef2224db9cb0fee3e9dcc21d4e1fca (patch)
treeeb702e96abe1089973ca0f1613e722004d8b27bb
parent0caca1c2cf90714ae1cb4e23558ce9194caf2533 (diff)
Change rr[ci_project] to tcwg_gnu instead of tcwg_bmk.
Change-Id: I56121d16c6d9381d0dcc036dde15de80dbc97d27
-rwxr-xr-xtcwg_gnu-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index a7d0a94e..2e040d4d 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -20,7 +20,7 @@ esac
# Set custom revision for one of the projects, and use baseline revisions
# for all other projects.
-rr[ci_project]="${rr[ci_project]-tcwg_bmk}"
+rr[ci_project]="${rr[ci_project]-tcwg_gnu}"
rr[baseline_branch]="${rr[baseline_branch]-linaro-local/ci/${rr[ci_project]}/${rr[ci_config]}}"
rr[current_branch]="${rr[current_branch]-default}"
rr[current_project]="${rr[current_project]-none}"