From d1c9dfa026b3bb98b902b8e4b66151b3de70ff01 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sat, 29 Feb 2020 20:00:31 -0500 Subject: [PATCH] Print LTTng version before building Signed-off-by: Christophe Bedard --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb3a245..2a3a45b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ before_script: tracing_enabled: image: $BASE_IMAGE_ID:$DISTRO script: + - lttng --version && apt list lttng-tools liblttng-ust-dev python3-lttng python3-babeltrace - lttng-sessiond --daemonize - colcon build --symlink-install --packages-up-to $PACKAGES_LIST - . install/local_setup.sh