| Message ID | 20260516202912.383234-2-laurent.pinchart@ideasonboard.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
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 \
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(-)