Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Carmet fb5a2196e5 test sql monitor 2018-07-03 16:31:12 +02:00
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
version: 0.2 version: 0.2
branches: branches:
feature/*, improvement/*, bugfix/*, w/*, q/*, hotfix/*: feature/*, improvement/*, bugfix/*, w/*, q/*, hotfix/*, user/*:
stage: pre-merge stage: pre-merge
development/*: development/*:
stage: post-merge stage: post-merge
@ -57,6 +57,13 @@ models:
stages: stages:
pre-merge: pre-merge:
worker:
type: local
steps:
- ShellCommand:
name: fail
command: exit 1
pre-merge-1:
worker: worker:
type: local type: local
steps: steps: