Loading ci_cd/problem3.yml +2 −5 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ compete_all_players: - | # Run the program and capture exit status set +e ./play > "publish/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt" ./play > "/publish/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt" status=$? set -e Loading @@ -208,6 +208,3 @@ compete_all_players: tags: [c++-17] rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' No newline at end of file artifacts: paths: - hw8_ec/results/ No newline at end of file Loading
ci_cd/problem3.yml +2 −5 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ compete_all_players: - | # Run the program and capture exit status set +e ./play > "publish/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt" ./play > "/publish/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt" status=$? set -e Loading @@ -208,6 +208,3 @@ compete_all_players: tags: [c++-17] rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' No newline at end of file artifacts: paths: - hw8_ec/results/ No newline at end of file