mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
yaml_config - Try to fix first startup CI job for uWSGI default.
This commit is contained in:
@@ -10,7 +10,7 @@ bash run.sh --daemon && \
|
||||
sleep 1
|
||||
i=$((i + 1))
|
||||
done
|
||||
kill -9 "$(cat paster.pid)"
|
||||
kill -9 "$(cat galaxy.pid)"
|
||||
echo "exit code:$EXIT_CODE, showing startup log:"
|
||||
cat paster.log
|
||||
cat galaxy.log
|
||||
exit $EXIT_CODE
|
||||
|
||||
Reference in New Issue
Block a user