1 parent e4416cb commit bf4d5a2Copy full SHA for bf4d5a2
1 file changed
eng/testing/performance/performance-setup.sh
@@ -255,9 +255,9 @@ if [[ "$monoaot" == "true" ]]; then
255
extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoAOT"
256
fi
257
258
-cleaned_branch_name = "main"
+cleaned_branch_name="main"
259
if [[ $branch == *"refs/heads/release"* ]]; then
260
- cleaned_branch_name = ${branch/refs\/heads\//}
+ cleaned_branch_name=${branch/refs\/heads\//}
261
262
common_setup_arguments="--channel $cleaned_branch_name --queue $queue --build-number $build_number --build-configs $configurations --architecture $architecture"
263
setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments"
0 commit comments