Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -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 Loading ci/check_for_warnings.py +0 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
ci/check_for_warnings.py +0 −1 Original line number Diff line number Diff line Loading @@ -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)