This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M7-RC1 in repository https://gitbox.apache.org/repos/asf/isis.git
commit 99e4858b853377ed66ad269e433295a4099d98e6 Author: Dan Haywood <[email protected]> AuthorDate: Sun Feb 13 13:58:36 2022 +0000 ISIS=2859: use -k to download, avoid ssl self-sign issue (temporary?) --- scripts/verify-isis-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-isis-release.sh b/scripts/verify-isis-release.sh index bf98293..7461e3e 100755 --- a/scripts/verify-isis-release.sh +++ b/scripts/verify-isis-release.sh @@ -115,7 +115,7 @@ _download_app(){ download_cmd= curl --version > /dev/null 2>&1 if [[ $? -eq 0 ]]; then - download_cmd="curl -L -O" + download_cmd="curl -L -O -k" fi if [[ -z "$download_cmd" ]]; then wget --version > /dev/null 2>&1
