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é."