Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfarley committed Nov 21, 2023
1 parent 097e279 commit adb553e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ identifyFailedBuildsInTimerPipelines() {
IFS=$oldIFS

# Now iterate over platforms to make sure we're launching every platform we should.
triageThesePlatformsString=""
triageThesePlatforms=""
for p in "${!temurinPlatforms[@]}"
do
if [[ shorterListOfBuilds =~ .*\"buildName\"\:\"jdk${arrayOfAllJDKVersions[$v]}${arrayOfUs[$v]}\-${temurinPlatforms[$p]}\-temurin\".* ]]; then
Expand Down

0 comments on commit adb553e

Please sign in to comment.