Module: Mesa
Branch: master
Commit: cf6901809e81d71afeff5d65b0d010350e869336
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf6901809e81d71afeff5d65b0d010350e869336

Author: Michel Dänzer <[email protected]>
Date:   Wed Feb 10 12:20:25 2021 +0100

ci: Add trailing slash to path for documentation preview

Fixes the documentation preview link on the MR Overview tab. Found by
comparing with the same thing in weston.

(It still appears only after all jobs in the pipeline have at least
started once though)

Fixes: ae8f9584f4c9 "CI: always expose docs artifacts"
Reviewed-by: Erik Faye-Lund <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8927>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad9016c6240..57bdce6f9ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -118,7 +118,7 @@ test-docs-mr:
   artifacts:
     expose_as: 'Documentation preview'
     paths:
-    - public
+    - public/
   rules:
     - if: *is-pre-merge
       changes: *docs-or-ci

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to