Skip to content

Commit

Permalink
Better debug readout when .deb uninstallation fails [TGSDeploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Feb 23, 2024
1 parent 788d2bc commit 888ce7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Expand Up @@ -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
Expand Down

0 comments on commit 888ce7c

Please sign in to comment.