mirror of
https://github.com/rancher/norman.git
synced 2025-08-01 15:28:11 +00:00
EIO-1168: Ignore FOSSA failures
This commit is contained in:
parent
61b018639b
commit
fd0504752f
10
.drone.yml
10
.drone.yml
@ -28,9 +28,19 @@ name: fossa
|
||||
steps:
|
||||
- name: fossa
|
||||
image: rancher/drone-fossa:latest
|
||||
failure: ignore
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: FOSSA_API_KEY
|
||||
when:
|
||||
instance:
|
||||
- drone-publish.rancher.io
|
||||
ref:
|
||||
include:
|
||||
- "refs/heads/*"
|
||||
- "refs/tags/v*"
|
||||
- "refs/pull/*"
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user