mirror of
https://github.com/elyby/chrly.git
synced 2025-02-02 08:49:45 +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
|
- name: FOSSA
|
||||||
stage: Tests
|
stage: Tests
|
||||||
|
if: branch = master
|
||||||
before_script:
|
before_script:
|
||||||
- curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
|
- curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
|
||||||
script:
|
script:
|
||||||
- fossa init
|
- fossa init
|
||||||
- fossa analyze -p https://github.com/fossas/fossa-cli
|
- fossa analyze
|
||||||
after_success:
|
# Disable until https://github.com/fossas/fossa-cli/issues/596 will be resolved
|
||||||
- fossa test -p https://github.com/fossas/fossa-cli
|
# - fossa test
|
||||||
|
|
||||||
# Deploy stage
|
# Deploy stage
|
||||||
- name: Docker image
|
- name: Docker image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user