Do not update project's .gitlab-ci.yml right now
This commit is contained in:
parent
dd639aad8d
commit
34fc5730c7
1 changed files with 2 additions and 2 deletions
|
@ -690,7 +690,7 @@ karma:
|
|||
- chrome_debug.log
|
||||
- coverage-javascript/
|
||||
|
||||
code_quality:
|
||||
codequality:
|
||||
<<: *dedicated-no-docs-no-db-pull-cache-job
|
||||
image: docker:stable
|
||||
allow_failure: true
|
||||
|
@ -710,7 +710,7 @@ code_quality:
|
|||
- export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
|
||||
- docker run --env SOURCE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock "registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
|
||||
artifacts:
|
||||
paths: [gl-code-quality-report.json]
|
||||
paths: [codeclimate.json]
|
||||
expire_in: 1 week
|
||||
|
||||
sast:
|
||||
|
|
Loading…
Reference in a new issue