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