ci: Enhance the message displayed to the user about where to find the built doc
authorThibault Saunier <tsaunier@igalia.com>
Sun, 25 Nov 2018 17:01:05 +0000 (14:01 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Sun, 25 Nov 2018 17:05:25 +0000 (14:05 -0300)
.gitlab-ci.yml

index e30f04d..ea1984a 100644 (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: