[libcamera-ci,1/2] Add commit ref name to docs deployment log message
diff mbox series

Message ID 20260516202912.383234-2-laurent.pinchart@ideasonboard.com
State New
Headers show
Series
  • Small improvements to documentation deployment
Related show

Commit Message

Laurent Pinchart May 16, 2026, 8:29 p.m. UTC
Print the commit ref name in the log message to help troubleshooting.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 .gitlab-ci/deploy-libcamera-docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch
diff mbox series

diff --git a/.gitlab-ci/deploy-libcamera-docs.sh b/.gitlab-ci/deploy-libcamera-docs.sh
index 2108858aabf8..639fdf748d07 100755
--- a/.gitlab-ci/deploy-libcamera-docs.sh
+++ b/.gitlab-ci/deploy-libcamera-docs.sh
@@ -10,7 +10,7 @@  set -e
 source "$(dirname "$0")/lib.sh"
 
 libcamera_deploy_docs() {
-	echo "Deploying libcamera docs"
+	echo "Deploying libcamera docs for ${CI_COMMIT_REF_NAME}"
 
 	rsync -rlz --delete --chmod=Do=rx,Fo=r \
           --exclude .doctrees \