Loading ci_cd/problem3.yml +5 −5 Original line number Diff line number Diff line Loading @@ -67,6 +67,11 @@ benchmark: context="$(tail -n 10 extra3.out | tail -c 300)" if [ "$STATUS" -eq 255 ]; then echo "Context: $context" echo "Sorting error or Unmet benchmark" exit 1 fi if [ "$STATUS" -eq 124 ]; then echo "Timeout!" exit 1 Loading @@ -76,11 +81,6 @@ benchmark: echo "Context: $context" exit 1 fi if [ "$STATUS" -eq 255 ]; then echo "Context: $context" echo "one of the sorts was wrong - job failed" exit 1 fi score="$(tail -n 1 extra3.out | tr -d '[:space:]')" - echo "$context" Loading Loading
ci_cd/problem3.yml +5 −5 Original line number Diff line number Diff line Loading @@ -67,6 +67,11 @@ benchmark: context="$(tail -n 10 extra3.out | tail -c 300)" if [ "$STATUS" -eq 255 ]; then echo "Context: $context" echo "Sorting error or Unmet benchmark" exit 1 fi if [ "$STATUS" -eq 124 ]; then echo "Timeout!" exit 1 Loading @@ -76,11 +81,6 @@ benchmark: echo "Context: $context" exit 1 fi if [ "$STATUS" -eq 255 ]; then echo "Context: $context" echo "one of the sorts was wrong - job failed" exit 1 fi score="$(tail -n 1 extra3.out | tr -d '[:space:]')" - echo "$context" Loading