Loading ci_cd/problem3.yml +6 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,12 @@ benchmark: echo "Context: $context" exit 1 fi if [ "$STATUS" -ge 128 ] && [ "$STATUS" -le 192 ]; then sig=$((STATUS - 128)) echo "Crashed / terminated by signal $sig (exit $STATUS)" echo "Context: $context" exit 1 fi score="$(tail -n 1 extra3.out | tr -d '[:space:]')" - echo "$context" Loading Loading
ci_cd/problem3.yml +6 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,12 @@ benchmark: echo "Context: $context" exit 1 fi if [ "$STATUS" -ge 128 ] && [ "$STATUS" -le 192 ]; then sig=$((STATUS - 128)) echo "Crashed / terminated by signal $sig (exit $STATUS)" echo "Context: $context" exit 1 fi score="$(tail -n 1 extra3.out | tr -d '[:space:]')" - echo "$context" Loading