ci: Enhance the message displayed to the user about where to find the built doc

This commit is contained in:
Thibault Saunier 2018-11-25 14:01:05 -03:00
parent 6dc194e8fc
commit fd2d483be6

View file

@ -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: