From 993bbcba722573d299b857d9bbec96e05d59c6e6 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Mon, 29 Jul 2019 22:03:22 -0400 Subject: [PATCH] Added cache busting to .gitlab-ci.yml: Round Two --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb69403..c799472 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,13 +18,6 @@ build: deploy: stage: deploy script: - - make -e deploy - only: - - master - -cache: - stage: deploy - script: - - make -e cache + - make -e deploy cache only: - master