summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gonzalez <ogonzalez@gitlab.com>2018-05-18 13:51:22 -0400
committerOlivier Gonzalez <ogonzalez@gitlab.com>2018-05-23 19:26:57 -0400
commit34fc5730c7e91c936afbc026243d0d4725ae66d7 (patch)
treeba18565e5f411446920a9167bfd389bab5598221
parentdd639aad8d0d24386c6b7bba0ec4a120dbd2027b (diff)
downloadgitlab-ce-34fc5730c7e91c936afbc026243d0d4725ae66d7.tar.gz
Do not update project's .gitlab-ci.yml right now
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83699b9d829..ef263a3f106 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: