From 0ee2dbaaedeb1d91b325012efda2ca896e0dece8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 21 Dec 2017 17:47:45 +0100 Subject: [PATCH] Disable artifact uploading as it's not needed anymore with unified build and test --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccead4e92c..13cda0232b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,9 +91,9 @@ stages: - ./configure - make -k all V=1 - make -k check V=1 - artifacts: - untracked: true - expire_in: '1 hour' +# artifacts: +# untracked: true +# expire_in: '1 hour' .test: &test_job stage: test