Loading ci_cd/problem3.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
ci_cd/problem3.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading