mirror of
https://github.com/elyby/chrly.git
synced 2024-11-26 16:51:59 +05:30
Apply possible at the moment fossa fixes
This commit is contained in:
parent
7fb12f4a85
commit
eec830a828
13
.fossa.yml
Executable file
13
.fossa.yml
Executable file
@ -0,0 +1,13 @@
|
||||
version: 2
|
||||
cli:
|
||||
server: https://app.fossa.com
|
||||
fetcher: git
|
||||
project: github.com:elyby/chrly
|
||||
analyze:
|
||||
modules:
|
||||
- name: chrly
|
||||
type: go
|
||||
target: github.com/elyby/chrly
|
||||
path: .
|
||||
options:
|
||||
strategy: dep
|
@ -30,13 +30,14 @@ jobs:
|
||||
|
||||
- name: FOSSA
|
||||
stage: Tests
|
||||
if: branch = master
|
||||
before_script:
|
||||
- curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
|
||||
script:
|
||||
- fossa init
|
||||
- fossa analyze -p https://github.com/fossas/fossa-cli
|
||||
after_success:
|
||||
- fossa test -p https://github.com/fossas/fossa-cli
|
||||
- fossa analyze
|
||||
# Disable until https://github.com/fossas/fossa-cli/issues/596 will be resolved
|
||||
# - fossa test
|
||||
|
||||
# Deploy stage
|
||||
- name: Docker image
|
||||
|
Loading…
Reference in New Issue
Block a user