Tant qu'on ne peut pas compter sur les conventions d'appel...
This commit is contained in:
parent
7d6da877bb
commit
3de6bc5895
|
@ -24,7 +24,7 @@ synchro-et-tests:
|
||||||
- rsync -avzlh fichiers/ /var/lib/gsl/domains/chalec.org/files/
|
- rsync -avzlh fichiers/ /var/lib/gsl/domains/chalec.org/files/
|
||||||
- rsync -avzlh images/ /var/lib/gsl/domains/chalec.org/images/
|
- rsync -avzlh images/ /var/lib/gsl/domains/chalec.org/images/
|
||||||
- cd /home/webmaster/articles
|
- cd /home/webmaster/articles
|
||||||
- gsl check && gsl sync wip
|
- gsl check | grep "Err" && gsl sync wip
|
||||||
|
|
||||||
|
|
||||||
deploiement: # This job runs in the deploy stage.
|
deploiement: # This job runs in the deploy stage.
|
||||||
|
@ -35,6 +35,6 @@ 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 | grep "Err"
|
||||||
done
|
done
|
||||||
- echo "Déploiement terminé."
|
- echo "Déploiement terminé."
|
Loading…
Reference in New Issue