From: Ondřej Surý Date: Thu, 21 Dec 2017 16:47:45 +0000 (+0100) Subject: Disable artifact uploading as it's not needed anymore with unified build and test X-Git-Tag: v9.13.0~168^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0ee2dbaaedeb1d91b325012efda2ca896e0dece8;p=thirdparty%2Fbind9.git Disable artifact uploading as it's not needed anymore with unified build and test --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccead4e92cc..13cda0232b5 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