Loading ci_cd/problem3c.yml +2 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ extra_credit: - | cleanup() { echo "=== TIME OUT ===" tail -n 30 tester.out || true tail -n 3 tester.out || true } trap cleanup EXIT - $(./tester > tester.out) Loading @@ -79,5 +79,5 @@ extra_credit: - if: '$INTERNAL_TESTS == "1"' when: never - if: '$CI_COMMIT_REF_NAME == "problem3c"' timeout: 2m timeout: 3m tags: [ c++-17 ] Loading
ci_cd/problem3c.yml +2 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ extra_credit: - | cleanup() { echo "=== TIME OUT ===" tail -n 30 tester.out || true tail -n 3 tester.out || true } trap cleanup EXIT - $(./tester > tester.out) Loading @@ -79,5 +79,5 @@ extra_credit: - if: '$INTERNAL_TESTS == "1"' when: never - if: '$CI_COMMIT_REF_NAME == "problem3c"' timeout: 2m timeout: 3m tags: [ c++-17 ]