From 0a9a34043c7d82264f3ba805b1b1dc2e76f4ec73 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 26 Jun 2022 08:50:15 +0000 Subject: [PATCH] =?UTF-8?q?En=20attendant=20que=20les=20conventions=20d'ap?= =?UTF-8?q?pel=20soient=20respect=C3=A9es=20par=20GSL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a98db5..5739e54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,8 @@ synchro-et-tests: - rsync -avzlh images/ /var/lib/gsl/domains/a-lec.org/images/ - cd /home/webmaster/articles - gsl check + - test -z "$(gsl check | grep Err)" + - gsl sync wip 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) do 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 - echo "Déploiement terminé."