Update .gitlab-ci.yml file
This commit is contained in:
@@ -15,15 +15,15 @@ qodana:
|
|||||||
- .qodana/results/
|
- .qodana/results/
|
||||||
expose_as: 'Qodana report'
|
expose_as: 'Qodana report'
|
||||||
|
|
||||||
codacy:
|
# codacy:
|
||||||
only:
|
# only:
|
||||||
- master
|
# - master
|
||||||
- merge_request
|
# - merge_request
|
||||||
image:
|
# image:
|
||||||
name: alpine
|
# name: alpine
|
||||||
variables:
|
# variables:
|
||||||
CODACY_PROJECT_TOKEN: $CODACY_PROJECT_TOKEN
|
# CODACY_PROJECT_TOKEN: $CODACY_PROJECT_TOKEN
|
||||||
script:
|
# script:
|
||||||
- apk add bash curl
|
# - apk add bash curl
|
||||||
- bash <(curl -Ls https://coverage.codacy.com/get.sh)
|
# - bash <(curl -Ls https://coverage.codacy.com/get.sh)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user