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