mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Merge pull request #25715 from nextcloud/fix/ca-checker
Bump the ca location
This commit is contained in:
commit
2d856c8465
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue