Loading ci_cd/problem3.yml +2 −3 Original line number Diff line number Diff line Loading @@ -189,8 +189,7 @@ compete_all_players: - | # Run the program and capture exit status set +e mkdir results ./play > "results/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt" ./play > "publish/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt" status=$? set -e Loading Loading
ci_cd/problem3.yml +2 −3 Original line number Diff line number Diff line Loading @@ -189,8 +189,7 @@ compete_all_players: - | # Run the program and capture exit status set +e mkdir results ./play > "results/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt" ./play > "publish/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt" status=$? set -e Loading