Update .gitlab-ci.yml

This commit is contained in:
Adrien Bourmault 2022-08-13 08:57:56 +00:00
parent db79bb555f
commit 19ed6944a0
1 changed files with 1 additions and 2 deletions

View File

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