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 ad55eda commit c1d9fffCopy full SHA for c1d9fff
.github/workflows/publish_unstable_package.yaml
@@ -206,15 +206,15 @@ jobs:
206
207
echo "Starting Redis service..."
208
if ! systemctl start redis; then
209
- echo "Failed to start Redis service. Checking logs..."
210
- journalctl -u redis --no-pager
211
- systemctl status redis --no-pager
212
- echo "Checking Redis server logs..."
+ echo "Checking Redis server logs..."
213
if [ -f "/var/log/redis/redis-server.log" ]; then
214
cat "/var/log/redis/redis-server.log"
215
else
216
echo "Redis server log file not found at /var/log/redis/redis-server.log"
217
fi
+ echo "Failed to start Redis service. Checking logs..."
+ journalctl -u redis --no-pager
+ systemctl status redis --no-pager
218
exit 1
219
220
0 commit comments