From a9d889232dfc91b7633b33dd9fe883c440707cf2 Mon Sep 17 00:00:00 2001 From: Niklas Zender Date: Wed, 14 Oct 2020 12:29:24 +0000 Subject: [PATCH] Disable evaluation --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b013804..f0265d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -142,8 +142,8 @@ license_scanning: script: - /opt/ort/bin/ort analyze -i $CI_PROJECT_DIR -o $CI_PROJECT_DIR/ --allow-dynamic-versions - /opt/ort/bin/ort scan -i $CI_PROJECT_DIR/analyzer-result.yml -o $CI_PROJECT_DIR/ || true - - /opt/ort/bin/ort evaluate -i $CI_PROJECT_DIR/scan-result.yml -o $CI_PROJECT_DIR/ - - /opt/ort/bin/ort report -f StaticHtml -i $CI_PROJECT_DIR/evaluation-result.yml -o doc/license +# - /opt/ort/bin/ort evaluate -i $CI_PROJECT_DIR/scan-result.yml -o $CI_PROJECT_DIR/ + - /opt/ort/bin/ort report -f StaticHtml -i $CI_PROJECT_DIR/scan-result.yml -o doc/license artifacts: when: always paths: