[mutter/3v1n0/wip/no-artifacts-on-test] gitlab-ci: Don't upload test artifacts



commit eaacbb328918c3c5243037a25c6ff977f6bf8e81
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Mon Feb 11 15:55:20 2019 +0100

    gitlab-ci: Don't upload test artifacts
    
    There's no need to upload test artifacts since they don't produce anything
    that we care about so far, while this phase slows down the pipeline execution.
    
    https://gitlab.gnome.org/GNOME/mutter/merge_requests/436

 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cdc5e4878..07348238d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,9 +19,6 @@ test-mutter:
   stage: test
   dependencies:
     - build-mutter
-  artifacts:
-    paths:
-      - build
   variables:
     XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir"
     GSETTINGS_SCHEMA_DIR: "$CI_PROJECT_DIR/build/data"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]