From 9fd440724112a11664821ef28629ea74a165f4c4 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Mon, 29 Jul 2019 22:02:23 -0400 Subject: [PATCH] Added cache busting to .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3795938..bb69403 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,3 +21,10 @@ deploy: - make -e deploy only: - master + +cache: + stage: deploy + script: + - make -e cache + only: + - master