summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-09-08 22:41:52 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-09-08 22:41:57 +0200
commitfc543972bbddf9dafba84e7488bd0dc265eb5589 (patch)
tree03c2248d60f3dac3429688647b4903199f784598
parent4939f635e11f432ddb0e2fad7a74487b77951c99 (diff)
round-robin.sh: update_baseline=ignore uses base-artifact empty branch
Change-Id: I9f728e47183a82e64198f03271c37449c8b9b449
-rw-r--r--round-robin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 09700890..63c06d62 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -149,7 +149,7 @@ reset_artifacts ()
# base-artifacts repo is big and changes all the time, so we
# fetch only the $baseline_branch, instead of all branches.
local single_branch
- if [ x"${rr[update_baseline]}" = x"init" ]; then
+ if [ x"${rr[update_baseline]}" = x"init" ] || [ x"${rr[update_baseline]}" = x"ignore" ]; then
single_branch=empty
else
single_branch=${rr[baseline_branch]}