Commit f4f3d60b authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'patch-11' into 'master'

Fix incorrect syntax on `code_quality` CI step

See merge request gitlab-org/gitlab-ee!6933
parents 49dceaa8 976c5d7a
......@@ -26,7 +26,8 @@ code_quality:
allow_failure: true
services:
- docker:stable-dind
script: - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
script:
- 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment