Test skip-e2e

This commit is contained in:
Manuel de Brito Fontes 2018-09-13 14:11:23 -03:00 committed by Manuel Alejandro de Brito Fontes
parent 5559e1a9cc
commit fd17968051
No known key found for this signature in database
GPG key ID: 786136016A8BA02A

View file

@ -44,7 +44,7 @@ jobs:
script:
- make cover
- stage: e2e
if: env(COMPONENT) != "docs"
if: (branch = master AND env(COMPONENT) != "docs") OR (type = pull_request AND commit_message !~ /(skip-e2e)/)
before_script:
- test/e2e/up.sh
script: