mirror of
https://github.com/rancher/norman.git
synced 2025-09-26 15:18:06 +00:00
Merge pull request #421 from rancher/EIO-1168-ignore-fossa-failures
EIO-1168: Ignore FOSSA failures
This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -28,9 +28,19 @@ name: fossa
|
|||||||
steps:
|
steps:
|
||||||
- name: fossa
|
- name: fossa
|
||||||
image: rancher/drone-fossa:latest
|
image: rancher/drone-fossa:latest
|
||||||
|
failure: ignore
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: FOSSA_API_KEY
|
from_secret: FOSSA_API_KEY
|
||||||
when:
|
when:
|
||||||
instance:
|
instance:
|
||||||
- drone-publish.rancher.io
|
- drone-publish.rancher.io
|
||||||
|
ref:
|
||||||
|
include:
|
||||||
|
- "refs/heads/*"
|
||||||
|
- "refs/tags/v*"
|
||||||
|
- "refs/pull/*"
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- tag
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user