From 1c454e46e0a69868882d3efe7bae3e9e6c998912 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 10 Oct 2018 20:14:02 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3b8d87..a78e632 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,3 @@ - before_script: # Install ssh-agent if not already installed, it is required by Docker. # (change apt-get to yum if you use a CentOS-based image) @@ -38,6 +37,9 @@ production: artifacts: paths: - build/ + cache: + paths: + - build/ stage: deploy script: - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx python3-sphinxcontrib.spelling make rsync -- 1.7.2.5