File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,9 +255,9 @@ if [[ "$monoaot" == "true" ]]; then
255255 extra_benchmark_dotnet_arguments=" $extra_benchmark_dotnet_arguments --category-exclusion-filter NoAOT"
256256fi
257257
258- cleaned_branch_name = " main"
258+ cleaned_branch_name= " main"
259259if [[ $branch == * " refs/heads/release" * ]]; then
260- cleaned_branch_name = ${branch/ refs\/ heads\/ / }
260+ cleaned_branch_name= ${branch/ refs\/ heads\/ / }
261261fi
262262common_setup_arguments=" --channel $cleaned_branch_name --queue $queue --build-number $build_number --build-configs $configurations --architecture $architecture "
263263setup_arguments=" --repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments "
You can’t perform that action at this time.
0 commit comments