From 5401d6bcc6ae251536a61ec72fe16aba8dc40878 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 24 Jun 2022 20:48:34 +0000 Subject: [PATCH] Sais-je encore faire des tests en bash ? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c964f7..e77e2cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,6 @@ deploiement: # This job runs in the deploy stage. for postfile in $(ls *.gsl) do echo "Construction de $postfile" - [ ! -z "$(gsl make $postfile | grep Err)"" ] + [ ! -z "$(gsl make $postfile | grep Err)" ] done - echo "Déploiement terminé." \ No newline at end of file