Update docker-cloud.yaml
parent
824576be65
commit
e951b5f6b2
|
@ -17,10 +17,11 @@ requests:
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
|
||||||
words:
|
- type: regex
|
||||||
- 'image:'
|
regex:
|
||||||
- 'ports:'
|
- '(?m)^ image:'
|
||||||
|
- '(?m)^ ports:'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
@ -29,7 +30,7 @@ requests:
|
||||||
- "application/json"
|
- "application/json"
|
||||||
- "text/html"
|
- "text/html"
|
||||||
negative: true
|
negative: true
|
||||||
condition: and
|
condition: or
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue