Update .gitlab-ci.yml
authorChris Cormack <chris@bigballofwax.co.nz>
Wed, 10 Oct 2018 20:14:02 +0000 (20:14 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Wed, 10 Oct 2018 20:14:02 +0000 (20:14 +0000)
.gitlab-ci.yml

index b3b8d87..a78e632 100644 (file)
@@ -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