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:
Peter Hutterer 2021-04-15 13:06:49 +10:00
parent 8c369b0a58
commit 2d8ee2b86d

View file

@ -190,9 +190,8 @@ pages:
dependencies: dependencies:
- build_on_fedora - build_on_fedora
script: script:
- export PREFIX="$PWD/prefix-build_on_fedora"
- mkdir public - mkdir public
- cp -R $PREFIX/share/doc/pipewire/html/* public/ - cp -R prefix-*/share/doc/pipewire/html/* public/
artifacts: artifacts:
paths: paths:
- public - public