From f5b53520baf3adf65a54281da5af445137bdb8e4 Mon Sep 17 00:00:00 2001 From: Gervaise Henry <gervaise.henry@utsouthwestern.edu> Date: Sun, 25 Apr 2021 19:46:17 -0500 Subject: [PATCH] Revert "Remove cache from ci" This reverts commit cbbbf0c0c00bfd49e7dcdbbcb511019b8643c253 --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3187132..4f4dd86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,9 @@ build.dev: paths: - public/ expire_in: 1 week + cache: + paths: + - public/ except: - tags @@ -29,6 +32,9 @@ build.live: paths: - public/ expire_in: 1 week + cache: + paths: + - public/ only: - tags -- GitLab