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 \
|
curl -L \
|
||||||
--fail \
|
--fail \
|
||||||
--ipv4 \
|
--ipv4 \
|
||||||
|
-k \
|
||||||
-u "$GITEA_DOWNLOAD_USERNAME:$GITEA_DOWNLOAD_PASSWORD" \
|
-u "$GITEA_DOWNLOAD_USERNAME:$GITEA_DOWNLOAD_PASSWORD" \
|
||||||
--output "$output" \
|
--output "$output" \
|
||||||
$GITEA_DOWNLOAD_CURL_ARGS \
|
$GITEA_DOWNLOAD_CURL_ARGS \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user