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

fix if syntax

parent 559f0e52
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ stages:
    -   *apply-testv-scaling
    - fi

    - if [ "$ENCODER_TEST" = "true" ]; then BUILD_WITH_DEBUG_MODE_INFO="true"
    - if [ "$ENCODER_TEST" = "true" ]; then BUILD_WITH_DEBUG_MODE_INFO="true" fi
    - *build-and-create-reference-outputs

    - comp_args="--mld --ssnr --odg"