From 19ed6944a05cc49b6ce4147e320eff005d682b9e Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 13 Aug 2022 08:57:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64cc92e..c7862d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,5 +53,4 @@ deploiement: # This job runs in the deploy stage. stl wip $file | grep Err && errors=$((errors+1)) # error if err is read in standard output done [ $errors -gt 0 ] && false - - stl sync - - echo "Déploiement terminé." \ No newline at end of file + - echo "Déploiement terminé."