Skip to content
Snippets Groups Projects
Commit 0739cdad authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

S. Riette 5 oct 2022: bugfix for wget from belenos

parent 27af7111
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment