Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 0ae1c3a7 rédigé par Erwan BOUSSE's avatar Erwan BOUSSE
Parcourir les fichiers

Remove noproxy from script

parent fa9e1375
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -28,7 +28,7 @@ if [ -n "${SOLUTIONS}" ]; then
fi
# Call antora
antora --noproxy kroki --stacktrace --cache-dir ./build/antora-cache --attribute date="\"$DATE\"" --attribute pdf="\"$PDF\"" $SOLUTIONS_ATTRIBUTE $PDF_EXTENSION antora-playbook.yml 2>&1 | tee logs.txt
antora --stacktrace --cache-dir ./build/antora-cache --attribute date="\"$DATE\"" --attribute pdf="\"$PDF\"" $SOLUTIONS_ATTRIBUTE $PDF_EXTENSION antora-playbook.yml 2>&1 | tee logs.txt
if grep -i "error" -q logs.txt ; then
exit 1
fi
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter