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 6e378cf commit d142e0aCopy full SHA for d142e0a
.github/workflows/deploy-example.yml
@@ -60,11 +60,6 @@ jobs:
60
61
echo "Starting DATEX in background..."
62
/home/docker/shared/bg.sh nohup ./datex-bin/datex repl -v --config example-config.dx > ./datex.log 2>&1 &
63
-
+
64
sleep 2
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 successfully."
0 commit comments