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 279c47b commit 5d31074
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tooling/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ identifyFailedBuildsInTimerPipelines() {

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

echo "Listy: ${listylist}"

for b in "${!listOfBuildNames[@]}"
do
if [[ $triageThesePlatforms =~ .*,${listOfBuildNames[$b]},.* ]]; then
Expand Down

0 comments on commit 5d31074

Please sign in to comment.