Commit e9c37e99 authored by Jan Kiene's avatar Jan Kiene
Browse files

correct comment

parent f1fbc9a8
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -270,8 +270,8 @@ stages:
    - fi

    - if [ $zero_errors != 1 ]; then
    -     echo "Run errors encountered!";
    -     # TODO: temporary only to not fail pipelines on crashes in encoder
    -     echo "Run errors encountered!"
    # TODO: temporary only to not fail pipelines on crashes in encoder
    -     if [[ "$CI_JOB_NAME" =~ "ivas-pytest-compare_to_main-short-enc" ]]; then
    -         exit $EXIT_CODE_NON_BE
    -     else