mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
ci: Enhance the message displayed to the user about where to find the built doc
This commit is contained in:
parent
6dc194e8fc
commit
fd2d483be6
1 changed files with 1 additions and 5 deletions
|
@ -9,11 +9,7 @@ deploy:
|
|||
- ninja -C build/ GStreamer-doc
|
||||
- mv build/GStreamer-doc/html documentation/
|
||||
- ARTIFACTS_PATH=$(echo "${CI_JOB_URL}/artifacts/documentation/index.html" |sed "s/${CI_PROJECT_NAMESPACE}/-/g" | sed "s/gitlab/${CI_PROJECT_NAMESPACE}.pages/g")
|
||||
- echo ""
|
||||
- echo "=========================================="
|
||||
- echo "You can find the result at $ARTIFACTS_PATH"
|
||||
- echo "=========================================="
|
||||
- echo ""
|
||||
- printf "\n\n==========================================\n= You can find the result at $ARTIFACTS_PATH =\n==========================================\n\n"
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue