Skip to content

Commit bf4d5a2

Browse files
committed
Removed spaces from assignments so they are seen as actual variabls, and tested locally.
1 parent e4416cb commit bf4d5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/testing/performance/performance-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ if [[ "$monoaot" == "true" ]]; then
255255
extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoAOT"
256256
fi
257257

258-
cleaned_branch_name = "main"
258+
cleaned_branch_name="main"
259259
if [[ $branch == *"refs/heads/release"* ]]; then
260-
cleaned_branch_name = ${branch/refs\/heads\//}
260+
cleaned_branch_name=${branch/refs\/heads\//}
261261
fi
262262
common_setup_arguments="--channel $cleaned_branch_name --queue $queue --build-number $build_number --build-configs $configurations --architecture $architecture"
263263
setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments"

0 commit comments

Comments
 (0)