Test skip-e2e
This commit is contained in:
parent
5559e1a9cc
commit
fd17968051
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- make cover
|
- make cover
|
||||||
- stage: e2e
|
- stage: e2e
|
||||||
if: env(COMPONENT) != "docs"
|
if: (branch = master AND env(COMPONENT) != "docs") OR (type = pull_request AND commit_message !~ /(skip-e2e)/)
|
||||||
before_script:
|
before_script:
|
||||||
- test/e2e/up.sh
|
- test/e2e/up.sh
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue