Correction de la CI
This commit is contained in:
parent
b8f5bbb06d
commit
b653c96424
|
@ -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é."
|
||||||
|
|
Loading…
Reference in New Issue