yaml_config - Try to fix first startup CI job for uWSGI default.

This commit is contained in:
John Chilton
2017-12-06 20:28:20 -05:00
parent f06860a8fb
commit 60cbcfd1ee
+2 -2
View File
@@ -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