From 6827713bd3ada8b2529bcd655450cd1f4d7c6300 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= <ondrej@sury.org>
Date: Thu, 19 Jan 2017 12:56:38 +0100
Subject: [PATCH] Don't name documentation build artifact

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c648d93938..2f00a89926 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,7 +89,6 @@ build:documentation:
   script:
     - make -C doc html singlehtml pdf
   artifacts:
-    name: "knot-dns-$CI_BUILD_TAG-doc"
     paths:
       - doc/_build/
     expire_in: '1 hour'
@@ -106,6 +105,6 @@ deploy:documentation:
   script:
     - "curl --request POST --form token=$WEBSITE_TOKEN --form ref=master --form \"variables[RELEASE_CI_BUILD_REF_NAME]=$CI_BUILD_REF_NAME\" --form \"variables[RELEASE_CI_BUILD_ID]=$CI_BUILD_ID\" https://gitlab.labs.nic.cz/api/v3/projects/5/trigger/builds"
   artifacts:
-    name: "knot-dns-$CI_BUILD_TAG-doc"
+    name: "knot-dns-$CI_BUILD_REF_NAME-doc"
     paths:
       - doc/_build/
-- 
GitLab