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 f931400 commit 097e279
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 @@ -151,7 +151,7 @@ identifyFailedBuildsInTimerPipelines() {
fi
fi
# If we get to this stage of the loop, then this is a platform that was both *meant* to be built, and *was* built (or attempted).
triageThesePlatforms+=",jdk${arrayOfAllJDKVersions[$v]}${arrayOfUs[$v]}\-${temurinPlatforms[$p]}\-temurin,"
triageThesePlatforms+=",jdk${arrayOfAllJDKVersions[$v]}${arrayOfUs[$v]}-${temurinPlatforms[$p]}-temurin,"
done

echo "Platforms validated. Identifying build numbers for these platforms: ${triageThesePlatforms:1:-1}"
Expand Down

0 comments on commit 097e279

Please sign in to comment.