Merge pull request #25848 from nextcloud/backport/25715/stable20

[stable20] Bump the ca location
This commit is contained in:
Roeland Jago Douma 2021-03-01 18:26:08 +01:00 committed by GitHub
commit acb8fac983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [[ -n ${DRONE_SOURCE_BRANCH} && ! ${DRONE_SOURCE_BRANCH} =~ version(\/noid)?\
fi
echo "Fetching latest ca-bundle.crt ..."
curl -o resources/config/ca-bundle.crt https://curl.haxx.se/ca/cacert.pem
curl -o resources/config/ca-bundle.crt https://curl.se/ca/cacert.pem
echo
outdated=$(git diff --name-only | grep "resources/config/ca-bundle.crt")