summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]}