diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2021-02-18 20:21:34 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2021-02-18 20:21:34 +0100 |
commit | 3a75e14844ab94a3c9aa08d7db4657610c352de1 (patch) | |
tree | 34e626fb9948dace912bdc04c7d068bcd16a7b42 /build/ca-bundle-checker.sh | |
parent | 5026d2cca10fa65be68367002eff147d7dc71077 (diff) | |
download | nextcloud-server-3a75e14844ab94a3c9aa08d7db4657610c352de1.tar.gz nextcloud-server-3a75e14844ab94a3c9aa08d7db4657610c352de1.zip |
Bump the ca location
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/ca-bundle-checker.sh')
-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") |