summaryrefslogtreecommitdiff
path: root/.gitlab-ci-main.yml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-01-18 16:22:41 +0100
committerAndreas Schneider <asn@cryptomilk.org>2022-03-04 14:05:31 +0000
commite908bbb1b3bf55011f2ee861b89b3a7b1f732af5 (patch)
tree89db1c1f6f928e60bb64578e41e6d29c51cbe073 /.gitlab-ci-main.yml
parentd0e4b612c248e728b8f9575a7cca278f09ee115a (diff)
downloadsamba-e908bbb1b3bf55011f2ee861b89b3a7b1f732af5.tar.gz
gitlab-ci: Print the krb5 version
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to '.gitlab-ci-main.yml')
-rw-r--r--.gitlab-ci-main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml
index 441878df949..c1a5e083c49 100644
--- a/.gitlab-ci-main.yml
+++ b/.gitlab-ci-main.yml
@@ -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