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

index 56d6836..b3b8d87 100644 (file)
@@ -1,6 +1,3 @@
-artifacts:
-  paths:
-    - build/
 
 before_script:
   # Install ssh-agent if not already installed, it is required by Docker.
@@ -38,6 +35,9 @@ image: debian:unstable
 #  - master
 
 production:
+    artifacts:
+       paths:
+        - build/
     stage: deploy
     script:
     - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx  python3-sphinxcontrib.spelling make rsync