Skip to content
Snippets Groups Projects
Commit 6827713b authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Don't name documentation build artifact

parent 12986fb2
Branches
Tags
1 merge request!645Gitlab ci documentation
Pipeline #1200 failed with stages
in 9 minutes and 49 seconds
......@@ -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/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment