Skip to content

Commit

Permalink
Merge pull request #25848 from nextcloud/backport/25715/stable20
Browse files Browse the repository at this point in the history
[stable20] Bump the ca location
  • Loading branch information
rullzer authored Mar 1, 2021
2 parents b94ef32 + 200a3db commit acb8fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ca-bundle-checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit acb8fac

Please sign in to comment.