[gnome-build-meta/abderrahim/ci-improvements: 11/13] .gitlab-ci.yml: cache the cve database
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/ci-improvements: 11/13] .gitlab-ci.yml: cache the cve database
- Date: Tue, 30 Apr 2019 11:42:21 +0000 (UTC)
commit f5248e01884ea3b49a0f5873cbffe1bc1742a0b5
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Fri Apr 19 17:29:53 2019 +0100
.gitlab-ci.yml: cache the cve database
.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f310303..803fb6f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -265,6 +265,10 @@ cve_report:
- 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]