Enable FOSSA back

This commit is contained in:
ErickSkrauch 2020-04-21 16:31:36 +03:00
parent 2df31704c1
commit 7978462540
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -28,16 +28,15 @@ jobs:
- go test -v -race --tags redis -coverprofile=coverage.txt -covermode=atomic ./...
- bash <(curl -s https://codecov.io/bash)
# FOSSA is don't feel so good, let it rest
# - name: FOSSA
# stage: Tests
# before_script:
# - curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
# script:
# - fossa init
# - fossa analyze
# after_success:
# - fossa test
- name: FOSSA
stage: Tests
before_script:
- curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
script:
- fossa init
- fossa analyze -p git+github.com/elyby/chrly
after_success:
- fossa test -p git+github.com/elyby/chrly
# Deploy stage
- name: Docker image