From 52c0d18d73267ff3c21a38787d1ceee69332ebb3 Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Mon, 1 Jun 2020 22:37:58 +0200
Subject: [PATCH] [CI] Do NOT cache variables files - now built at each step

---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fed65fb5..eea81f7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,12 +9,6 @@ variables:
 services:
     - docker:19.03.0-dind
 
-# The file variables will be kept accross jobs : it contains useful informations about modified
-# Dockerfile / docker-compose in the last commit
-cache:
- paths:
-  - variables
-
 stages:
   - ci-base
   - build
-- 
GitLab