diff --git a/tools/check_commit_ial.sh b/tools/check_commit_ial.sh index 39a480a6a48f1c9590a73534641350de0ed2bf1f..d8be003f61650b5e03096d7e44bcb620b9207df2 100755 --- a/tools/check_commit_ial.sh +++ b/tools/check_commit_ial.sh @@ -183,7 +183,7 @@ elif echo $specialPack | grep -w $commit > /dev/null; then else packBranch="COMMIT$commit" if [ "$cycle" == "" ]; then - content_apl_arome=$(wget https://raw.githubusercontent.com/QuentinRodier/PHYEX/${commit}/src/arome/ext/apl_arome.F90 -O - 2>/dev/null) + content_apl_arome=$(wget --no-check-certificate https://raw.githubusercontent.com/QuentinRodier/PHYEX/${commit}/src/arome/ext/apl_arome.F90 -O - 2>/dev/null) cycle=$(content2cycle) fi name="PHYEX/${cycle}_${packBranch}.01.${gmkpack_l}.${gmkpack_o}"