[gnome-build-meta/abderrahim/ci-improvements: 82/84] .gitlab-ci.yml: remove redundant cache declaration



commit 9706e63861f7091fbdfb967fc3ee0afb128d9fdd
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sun Jan 13 13:49:12 2019 +0100

    .gitlab-ci.yml: remove redundant cache declaration

 .gitlab-ci.yml | 11 -----------
 1 file changed, 11 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de7d029..e53a9fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -90,17 +90,7 @@ before_script:
 # Templates shared by multiple jobs
 #
 
-.cache-template:
-  # Store all the downloaded sources in the distributed cache. This saves
-  # us fetching them from the different repos and further afield
-  # on every build.
-  cache:
-    key: bst
-    paths:
-      - "${XDG_CACHE_HOME}/buildstream/sources/"
-
 .build-template:
-  extends: .cache-template
   stage: build
   script:
     - ${BST} -o arch "${ARCH}" build core.bst flatpak-runtimes.bst
@@ -112,7 +102,6 @@ before_script:
       - project.refs
 
 .flatpak-template:
-  extends: .cache-template
   stage: flatpak
   script:
     - ${BST} -o arch "${ARCH}" build flatpak-runtimes.bst


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