Enable FOSSA back

This commit is contained in:
ErickSkrauch
2020-04-21 16:31:36 +03:00
parent 2df31704c1
commit 7978462540

View File

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