[gnome-build-meta/barthalion/gottagofast] drop cve report



commit dff87d837789bb4d498cae92a386d44fd096d518
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Jul 13 20:12:39 2020 +0200

    drop cve report

 .gitlab-ci.yml | 28 ----------------------------
 1 file changed, 28 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b040f5f..4f9fe202 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -244,31 +244,3 @@ flatpak-finish-failed:
   - if: $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_REF_NAME =~ /^gnome-\d-\d\d$/
     when: on_failure
   <<: *x86_64
-
-
-cve_report:
-  <<: *x86_64
-  stage: reports
-  dependencies: [track]
-  script:
-  - ${BST} pull platform-manifest.bst sdk-manifest.bst
-
-  - ${BST} checkout platform-manifest.bst platform-manifest/
-  - ${BST} checkout sdk-manifest.bst sdk-manifest/
-
-  - mkdir -p cve
-  - cd cve
-  - ../utils/update-local-cve-database.py
-
-  - mkdir -p ../cve-reports
-  - ../utils/generate-cve-report.py ../sdk-manifest/usr/manifest.json ../cve-reports/sdk.html
-  - ../utils/generate-cve-report.py ../platform-manifest/usr/manifest.json ../cve-reports/platform.html
-  cache:
-    key: cve
-    paths:
-    - cve
-  artifacts:
-    paths:
-    - cve-reports
-  rules:
-  - if: $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_REF_NAME =~ /^gnome-\d-\d\d$/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]