Skip to content
Snippets Groups Projects
Commit 3cff8135 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

gitlab-ci: gitlab-ci: Expose artifacts for easier access from MRs


Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent c0d4da14
No related tags found
1 merge request!399gitlab-ci: gitlab-ci: Expose artifacts for easier access from MRs
Pipeline #340430 passed with warnings
......@@ -50,6 +50,7 @@ test-html:
- echo "Using base URL '$BASEURL'"
- hugo -b "${BASEURL}"
artifacts:
expose_as: "Rendered website"
paths:
- public
......@@ -64,6 +65,7 @@ test-html:
needs:
- job: test-html
artifacts:
expose_as: "Documents as PDFs"
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment