diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 19ae23ccb..501a36c67 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -289,6 +289,9 @@ if ! virsh list >/dev/null 2>&1; then exit 1 fi +# Collect jump server system information for deploy debugging +./sysinfo_print.sh + # Clone git submodules and apply our patches make -C "${REPO_ROOT_PATH}/mcp/patches" deepclean patches-import |