Commit 976c5d7a authored by João Sardinha's avatar João Sardinha

Fix incorrect syntax on `code_quality` CI step

parent e4ce8918
......@@ -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