]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Updated .gitlab-ci.yml
authorStephen Seo <seo.disparate@gmail.com>
Fri, 18 Mar 2016 15:38:32 +0000 (00:38 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 18 Mar 2016 15:38:32 +0000 (00:38 +0900)
.gitlab-ci.yml

index 58859c7fd556b355ecd1868d65a5affc2bcfc0dc..a9bcf5a73b692e5b930933bd468b3b6d7af242f9 100644 (file)
@@ -1,8 +1,5 @@
 image: seo.disparate/gcc-runner:latest
 
-cache:
-    paths:
-        - buildDebug/
 
 stages:
     - build
@@ -10,6 +7,9 @@ stages:
 
 buildJob:
     stage: build
+    artifacts:
+        paths:
+            - buildDebug/
     tags:
         - docker
     script: