summaryrefslogtreecommitdiff
path: root/round-robin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'round-robin.sh')
-rw-r--r--round-robin.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 8f4fdae2..a09ef49c 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -48,10 +48,10 @@ reset_artifacts ()
# - ${rr[top_artifacts]}/console.log and $run_step_artifacts/console.log, which
# are being written to by run_step().
# - ${rr[top_artifacts]}/jenkins/*, which is cleaned by tcwg_kernel.yaml.
- fresh_dir ${rr[top_artifacts]} \
- ${rr[top_artifacts]}/console.log \
+ fresh_dir $run_step_top_artifacts \
+ $run_step_top_artifacts/console.log \
$run_step_artifacts/console.log \
- "${rr[top_artifacts]}/jenkins/*"
+ "$run_step_top_artifacts/jenkins/*"
local single_branch=${rr[baseline_branch]}