Bump the ca location
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
a00eff8372
commit
fd2089a5f1
|
@ -6,7 +6,7 @@ if [[ -n ${DRONE_SOURCE_BRANCH} && ! ${DRONE_SOURCE_BRANCH} =~ version(\/noid)?\
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Fetching latest ca-bundle.crt ..."
|
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
|
echo
|
||||||
outdated=$(git diff --name-only | grep "resources/config/ca-bundle.crt")
|
outdated=$(git diff --name-only | grep "resources/config/ca-bundle.crt")
|
||||||
|
|
Loading…
Reference in New Issue