Loading ci_cd/problem3c.yml +2 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,8 @@ extra_credit: - make tester - | cleanup() { echo "=== cleanup ===" tail -n 3 tester.out || true echo "=== TIME OUT ===" tail -n 30 tester.out || true } trap cleanup EXIT - $(./tester > tester.out) Loading Loading
ci_cd/problem3c.yml +2 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,8 @@ extra_credit: - make tester - | cleanup() { echo "=== cleanup ===" tail -n 3 tester.out || true echo "=== TIME OUT ===" tail -n 30 tester.out || true } trap cleanup EXIT - $(./tester > tester.out) Loading