diff options
author | Olivier Gonzalez <ogonzalez@gitlab.com> | 2018-05-18 13:51:22 -0400 |
---|---|---|
committer | Olivier Gonzalez <ogonzalez@gitlab.com> | 2018-05-23 19:26:57 -0400 |
commit | 34fc5730c7e91c936afbc026243d0d4725ae66d7 (patch) | |
tree | ba18565e5f411446920a9167bfd389bab5598221 | |
parent | dd639aad8d0d24386c6b7bba0ec4a120dbd2027b (diff) | |
download | gitlab-ce-34fc5730c7e91c936afbc026243d0d4725ae66d7.tar.gz |
Do not update project's .gitlab-ci.yml right now
-rw-r--r-- | .gitlab-ci.yml | 4 |
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: |