diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-03-01 18:26:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 18:26:45 +0100 |
commit | d0f4bac711282f3367ac32913af52045050ccb82 (patch) | |
tree | 8b0d304e17db2a9480b0550ed17d89f33e2fca6f | |
parent | 256927d8d42dff4f7eb52c15987fb06f8b5f1aa5 (diff) | |
parent | 9c23684dcdd83bc46883bf5f243d207272a05a43 (diff) | |
download | nextcloud-server-d0f4bac711282f3367ac32913af52045050ccb82.tar.gz nextcloud-server-d0f4bac711282f3367ac32913af52045050ccb82.zip |
Merge pull request #25847 from nextcloud/backport/25715/stable21
[stable21] Bump the ca location
-rwxr-xr-x | build/ca-bundle-checker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ca-bundle-checker.sh b/build/ca-bundle-checker.sh index 6af762e2e37..50d7b7916fa 100755 --- a/build/ca-bundle-checker.sh +++ b/build/ca-bundle-checker.sh @@ -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") |