Correction de la CI

This commit is contained in:
Adrien Bourmault 2022-04-12 18:24:29 +00:00
parent b8f5bbb06d
commit b653c96424
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ deploy-job: # This job runs in the deploy stage.
for postfile in $(ls *.gsl) for postfile in $(ls *.gsl)
do do
echo "Construction de $postfile" echo "Construction de $postfile"
gsl check $postfile && gsl make $postfile gsl check $postfile && gsl make $postfile && gsl check $postfile && gsl make $postfile
done done
- echo "Déploiement terminé." - echo "Déploiement terminé."