From 4c978d91755759aa3f02a9b116d7d2d77a13959c Mon Sep 17 00:00:00 2001 From: Dror Tirosh Date: Wed, 27 Mar 2024 17:23:42 +0200 Subject: [PATCH] push to v06 results --- update-results.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-results.sh b/update-results.sh index ba3d0bd..40074fc 100755 --- a/update-results.sh +++ b/update-results.sh @@ -13,8 +13,8 @@ fi base=$root/$1 branch=$2 -RUNS=$base/runs -HIST=$base/history +RUNS=$base/v06/runs +HIST=$base/v06/history #for local testing. it is set by github action GITHUB_REF=${GITHUB_REF:=`git symbolic-ref HEAD`}