gitlab-ci: Print the krb5 version
authorAndreas Schneider <asn@samba.org>
Tue, 18 Jan 2022 15:22:41 +0000 (16:22 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 4 Mar 2022 14:05:31 +0000 (14:05 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
.gitlab-ci-main.yml

index 441878df9494ed4eebf3b1b62e15f1b9617efac7..c1a5e083c492acbe49772add4905bd15c4551138 100644 (file)
@@ -222,6 +222,10 @@ others:
     - .shared_runner_test
   stage: test_only
   script:
+    # Print the Kerberos version to check we ended up with the right one
+    # in the runner. We do not have configure output to recognize it
+    # otherwise.
+    - if [ -x "$(command -v krb5-config)" ]; then krb5-config --version; fi
     # We unpack the artifacts file created by the .shared_template_build_only
     # run we depend on
     - ls -la samba-testbase.tar.gz