Do not update project's .gitlab-ci.yml right now

This commit is contained in:
Olivier Gonzalez 2018-05-18 13:51:22 -04:00
parent dd639aad8d
commit 34fc5730c7
No known key found for this signature in database
GPG Key ID: FAB0BD8074AFD85A
1 changed files with 2 additions and 2 deletions

View File

@ -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: