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

remove debug output and try other construct in yml

parent aa9e2fda
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -56,9 +56,7 @@ build-codec-linux-make:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
  script:
    - make -j 2>&1 | tee $BUILD_OUTPUT
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit_code=$?
    - 'echo "Exit code: |$exit_code|"'
    - exit $exit_code
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit $?

build-unittests-linux:
  extends: .build-job-with-check-for-warnings
+0 −1
Original line number Diff line number Diff line
@@ -30,5 +30,4 @@ if __name__ == "__main__":
    )
    args = vars(parser.parse_args())
    ret_code = main(args[ "compilation-output" ])
    print("ret_code: ", ret_code)
    sys.exit(ret_code)