summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-11-25 14:01:05 -0300
committerThibault Saunier <tsaunier@igalia.com>2018-11-25 14:05:25 -0300
commitfd2d483be602d5155957be76adb3fe2f9c27ab2b (patch)
tree5635d92e21f49cebbc5e258ab098e8eb261c74ed /.gitlab-ci.yml
parent6dc194e8fcf6dff8603b904e245655030d2803d3 (diff)
ci: Enhance the message displayed to the user about where to find the built doc
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e30f04d..ea1984a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: