Merge branch 'master' of git.a-lec.org:a-lec/commissions/chalec/www

This commit is contained in:
Christian P. MOMON 2022-06-25 00:20:11 +02:00
commit e5473a5deb
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ synchro-et-tests:
- rsync -avzlh images/ /var/lib/gsl/domains/chalec.org/images/
- files=(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA)
- cd /home/webmaster/articles
- gsl check | grep Err
- gsl check
- test -z "$(gsl check | grep Err)"
- gsl sync wip
@ -38,7 +38,7 @@ deploiement: # This job runs in the deploy stage.
for postfile in $(ls *.gsl)
do
echo "Construction de $postfile"
gsl make $postfile | grep Err
gsl make $postfile
test -z "$(gsl make $postfile | grep Err)"
done
- echo "Déploiement terminé."