mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
ci: fix the pages job
Regression introduced in 7e741ef983, the
change of BUILD_ID in that commit caused the pages job to break.
Fix it by relying on the same path expansion we use for the artifacts in the
parent job instead of a hardcoded path.
This commit is contained in:
parent
8c369b0a58
commit
2d8ee2b86d
1 changed files with 1 additions and 2 deletions
|
|
@ -190,9 +190,8 @@ pages:
|
|||
dependencies:
|
||||
- build_on_fedora
|
||||
script:
|
||||
- export PREFIX="$PWD/prefix-build_on_fedora"
|
||||
- mkdir public
|
||||
- cp -R $PREFIX/share/doc/pipewire/html/* public/
|
||||
- cp -R prefix-*/share/doc/pipewire/html/* public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue