diff options
author | Robert Speicher <robert@gitlab.com> | 2018-04-05 15:57:02 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-04-05 15:57:02 +0000 |
commit | 38bf19222487272ff301dcef7f16eb759f48d352 (patch) | |
tree | 0eb396446404f9aa3b715040fe289cbfcd19c0fd /.gitlab-ci.yml | |
parent | 96d251bb29e0330ba5355a4668f7ac7b0a38139f (diff) | |
parent | 34c6d526b0be4adb499bb0fbd217c47ebbc7144a (diff) | |
download | gitlab-ce-38bf19222487272ff301dcef7f16eb759f48d352.tar.gz |
Merge branch '44978-consider-removing-rubocop-and-eslint-from-codeclimate-yml' into 'master'
Resolve "Consider removing RuboCop and ESLint from `.codeclimate.yml`"
Closes #44978
See merge request gitlab-org/gitlab-ce!18178
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 433487877c0..e0719221221 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -727,9 +727,6 @@ codequality: cache: {} dependencies: [] script: - # Get the custom rubocop codeclimate image (https://gitlab.com/gitlab-org/codeclimate-rubocop/wikis/home) - - docker pull dev.gitlab.org:5005/gitlab/gitlab-build-images:gitlab-codeclimate-rubocop-0-52-1 - - docker tag dev.gitlab.org:5005/gitlab/gitlab-build-images:gitlab-codeclimate-rubocop-0-52-1 codeclimate/codeclimate-rubocop:gitlab-codeclimate-rubocop-0-52-1 # Extract "MAJOR.MINOR" from CI_SERVER_VERSION and generate "MAJOR-MINOR-stable" for Security Products - 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 |