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



commit 9d6044ea769d039b41597febbd17def358718233
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 | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de7d029..894698c 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
@@ -182,7 +171,6 @@ before_script:
 #
 
 track:
-  extends: .cache-template
   <<: *x86_64
   stage: track
   script:


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