Update .gitlab-ci.yml
This commit is contained in:
parent
db79bb555f
commit
19ed6944a0
|
@ -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é."
|
Loading…
Reference in New Issue