feat(gitea): use ipv4 to contact api
This commit is contained in:
parent
13c89a3cde
commit
522deb3c6a
|
@ -156,6 +156,8 @@ function gitea_api {
|
|||
|
||||
curl -L \
|
||||
--fail \
|
||||
--ipv4 \
|
||||
-v \
|
||||
-u "$GITEA_RELEASE_USERNAME:$GITEA_RELEASE_PASSWORD" \
|
||||
${args} \
|
||||
"$GITEA_RELEASE_BASE_URL/api/v1$path"
|
||||
|
|
Loading…
Reference in New Issue