Commit 92be77a5 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

added compete_all_players job

parent fcfe09ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ compete_all_players:
    - |
      # Collect subdirectory names under Players/
      mapfile -t NAMES < <(
      find Players -mindepth 1 -maxdepth 1 -type d -printf '%f\n'
        find Players -mindepth 1 -maxdepth 1 -type d ! -name 'Student' -printf '%f\n'
      )    
      readarray -t PICKED < <(printf "%s\n" "${NAMES[@]}" | shuf -n 2)