Skip to content

Commit

Permalink
infra: turn off curl's verification of the certificate for test-spell…
Browse files Browse the repository at this point in the history
…ing-unknown-words.sh while there is problem
  • Loading branch information
romani committed Oct 2, 2021
1 parent e401fb5 commit c6c340c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test-spelling-unknown-words.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ ! -e "$dict" ]; then
# english.words is taken from rpm:
# https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/aarch64/os/Packages/w/"
# "words-.*.noarch.rpm"
curl https://checkstyle.sourceforge.io/reports/english.words -o $dict
curl -k https://checkstyle.sourceforge.io/reports/english.words -o $dict
fi

if [ ! -e "$word_splitter" ]; then
Expand Down

0 comments on commit c6c340c

Please sign in to comment.