This only happens when the check URL step failed: package_check tries to list all systemd services to find a service matching the app. When running on CI, this works fine, but running manually in a "real" terminal just stalls forever because systemctl opened a pager to view the list of services interactively.
... or it will hang in in interactive terminal
This only happens when the check URL step failed: package_check tries to list all systemd services to find a service matching the app. When running on CI, this works fine, but running manually in a "real" terminal just stalls forever because systemctl opened a pager to view the list of services interactively.