View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0033791 | mantisbt | tools | public | 2024-02-20 19:30 | 2024-03-08 03:00 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.26.1 | ||||
| Summary | 0033791: Travis CI builds are timing out | ||||
| Description | Since merge of GHSA-mcqj-7p29-9528 (commit MantisBT master-2.26 7055731d), the builds are timing out during travis_before_script.sh "MantisBT Installation" step, because curl is not returning any output. https://app.travis-ci.com/github/mantisbt/mantisbt/builds/269020702 | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-2.26 0e4e6e3c 2024-02-20 19:30 Details Diff |
Travis: fix builds timing out Since merge of GHSA-mcqj-7p29-9528 (7055731d09ff12b2781410a372f790172e279744), the builds are timing out during travis_before_script.sh "MantisBT Installation" step, because curl is not returning any output. This is due to to introduction of the new path parameter. Setting it to the actual URL `http://$HOSTNAME:$PORT/` does not work, so we use a blank path. Fixes 0033791 (cherry picked from commit cd2cf5b3f99b67668bba667e7f918c7a49f04969) |
Affected Issues 0033791 |
|
| mod - build/travis_before_script.sh | Diff File | ||