feat(gitea-download): accept self-signed certificates
This commit is contained in:
parent
6ebceae3b9
commit
83867e3a98
|
@ -120,6 +120,7 @@ function gitea_download {
|
|||
curl -L \
|
||||
--fail \
|
||||
--ipv4 \
|
||||
-k \
|
||||
-u "$GITEA_DOWNLOAD_USERNAME:$GITEA_DOWNLOAD_PASSWORD" \
|
||||
--output "$output" \
|
||||
$GITEA_DOWNLOAD_CURL_ARGS \
|
||||
|
|
Loading…
Reference in New Issue