Skip to content

Commit

Permalink
Travis: fix builds timing out
Browse files Browse the repository at this point in the history
Since merge of GHSA-mcqj-7p29-9528 (7055731),
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 #33791

(cherry picked from commit cd2cf5b)
  • Loading branch information
dregad committed Feb 21, 2024
1 parent b877810 commit 0e4e6e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/travis_before_script.sh
Expand Up @@ -129,6 +129,7 @@ declare -A query=(
[admin_username]=$DB_USER
[admin_password]=$DB_PASSWORD
[timezone]=UTC
[path]=''
)

# Build http query string
Expand Down

0 comments on commit 0e4e6e3

Please sign in to comment.