We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb9c58 commit 83b2aa6Copy full SHA for 83b2aa6
.github/workflows/deploy-example.yml
@@ -65,5 +65,6 @@ jobs:
65
pids=$(ps -ef | grep '[d]atex' | awk '{print $2}')
66
if [ -z "$pids" ]; then
67
echo "❌ DATEX did not start. Check ./datex.log for details."
68
+ else
69
+ echo "✅ DATEX started with PID: $pids"
70
fi
- echo "✅ DATEX started with PID: $pids"
0 commit comments