]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable artifact uploading as it's not needed anymore with unified build and test
authorOndřej Surý <ondrej@sury.org>
Thu, 21 Dec 2017 16:47:45 +0000 (17:47 +0100)
committerOndřej Surý <ondrej@sury.org>
Mon, 12 Feb 2018 14:01:54 +0000 (15:01 +0100)
.gitlab-ci.yml

index ccead4e92ccdb49b2c6de1b7fead0585ebc1393a..13cda0232b53bc05cd6198476eaf223fc261f759 100644 (file)
@@ -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