未验证 提交 e59b5bad 编写于 作者: V vit9696 提交者: GitHub

build: Make curl happy with double quotes

Also switched cacert option format to more usual way.
上级 da78f2dc
......@@ -33,7 +33,7 @@ matrix:
- curl -LS https://curl.haxx.se/ca/cacert.pem -o ~/cacert.pem
- cat ~/entrust_l1k.crt >> ~/cacert.pem
- touch ~/.curlrc
- echo "--cacert '$HOME/cacert.pem'" >> ~/.curlrc
- echo "cacert=\"$HOME/cacert.pem\"" >> ~/.curlrc
script:
- echo "This script runs coverity..."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册