From 0739cdad17d7f9c2694c6ca27746297cbbf8d179 Mon Sep 17 00:00:00 2001 From: RIETTE Sebastien <sebastien.riette@meteo.fr> Date: Wed, 5 Oct 2022 17:04:32 +0000 Subject: [PATCH] S. Riette 5 oct 2022: bugfix for wget from belenos --- tools/check_commit_ial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_commit_ial.sh b/tools/check_commit_ial.sh index 39a480a6a..d8be003f6 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}" -- GitLab