En attendant que les conventions d'appel soient respectées par GSL
This commit is contained in:
parent
7bd5b85bb4
commit
0a9a34043c
|
@ -26,6 +26,8 @@ synchro-et-tests:
|
||||||
- rsync -avzlh images/ /var/lib/gsl/domains/a-lec.org/images/
|
- rsync -avzlh images/ /var/lib/gsl/domains/a-lec.org/images/
|
||||||
- cd /home/webmaster/articles
|
- cd /home/webmaster/articles
|
||||||
- gsl check
|
- gsl check
|
||||||
|
- test -z "$(gsl check | grep Err)"
|
||||||
|
- gsl sync wip
|
||||||
|
|
||||||
|
|
||||||
deploiement: # This job runs in the deploy stage.
|
deploiement: # This job runs in the deploy stage.
|
||||||
|
@ -36,6 +38,7 @@ deploiement: # 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 make $postfile
|
||||||
|
test -z "$(gsl make $postfile | grep Err)"
|
||||||
done
|
done
|
||||||
- echo "Déploiement terminé."
|
- echo "Déploiement terminé."
|
||||||
|
|
Loading…
Reference in New Issue