mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Increase log output size to 300 lines in docker workflow
There was a stacktrace in a run, and we could not read the start of the stacktrace indicating which env var produced it.
This commit is contained in:
@@ -270,7 +270,7 @@ jobs:
|
||||
|
||||
sleep 60
|
||||
|
||||
docker logs openproject --tail 100
|
||||
docker logs openproject --tail 300
|
||||
wget -O- --retry-on-http-error=503,502 --retry-connrefused http://localhost:8080/api/v3
|
||||
- name: Push image
|
||||
id: push
|
||||
|
||||
Reference in New Issue
Block a user