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