From 888ce7cbd18e6f8f1c0d1bddf6a3ffb8c91b685d Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 23 Feb 2024 12:34:05 -0500 Subject: [PATCH] Better debug readout when .deb uninstallation fails [TGSDeploy] --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index a9c44ba687..e4f02108a3 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1211,7 +1211,7 @@ jobs: sleep 10 sudo apt-get remove -y tgstation-server if [[ -d "/opt/tgstation-server" ]]; then - ls -al /opt/tgstation-server + find /opt/tgstation-server exit 2 fi