Loading ci_cd/problem3.yml +2 −2 Original line number Diff line number Diff line Loading @@ -181,8 +181,8 @@ compete_all_players: echo "White: $WHITE_PLAYER" echo "Black: $BLACK_PLAYER" - ./loadOppo.sh "$WHITE_PLAYER" "White" - ./loadOppo.sh "$BLACK_PLAYER" "Black" - ./loadPlayer.sh "$WHITE_PLAYER" "White" - ./loadPlayer.sh "$BLACK_PLAYER" "Black" - make play - | # Run the program and capture exit status Loading Loading
ci_cd/problem3.yml +2 −2 Original line number Diff line number Diff line Loading @@ -181,8 +181,8 @@ compete_all_players: echo "White: $WHITE_PLAYER" echo "Black: $BLACK_PLAYER" - ./loadOppo.sh "$WHITE_PLAYER" "White" - ./loadOppo.sh "$BLACK_PLAYER" "Black" - ./loadPlayer.sh "$WHITE_PLAYER" "White" - ./loadPlayer.sh "$BLACK_PLAYER" "Black" - make play - | # Run the program and capture exit status Loading