[extensions-web/devops/trivy: 1/2] ci: always cache pip data




commit 3cd7c98ba71fe109776e97175dfe0f95e73d4b99
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Tue Mar 8 14:09:20 2022 +0400

    ci: always cache pip data

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20b9e4a..e2984bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ stages:
   cache:
     paths:
       - $PIP_CACHE_DIR
+    when: always
   variables:
     PIP_CACHE_DIR: $CI_PROJECT_DIR/.cache/pip
 


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