IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 9f98947f authored by ralfulrich's avatar ralfulrich
Browse files

switch off non-working code quality check

parent 5df416c0
No related branches found
No related tags found
1 merge request!24Remove casacade cc
Pipeline #16 passed
...@@ -18,21 +18,20 @@ build: ...@@ -18,21 +18,20 @@ build:
- cmake --build . - cmake --build .
- ctest -V - ctest -V
code_quality: # code_quality:
image: docker:stable # image: docker:stable
variables: # variables:
DOCKER_DRIVER: overlay2 # DOCKER_DRIVER: overlay2
allow_failure: true # allow_failure: true
services: # services:
- docker:stable-dind # - docker:stable-dind
script: # script:
- export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/') # - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
- docker run # - docker run
--env SOURCE_CODE="$PWD" # --env SOURCE_CODE="$PWD"
--volume "$PWD":/code # --volume "$PWD":/code
--volume /var/run/docker.sock:/var/run/docker.sock # --volume /var/run/docker.sock:/var/run/docker.sock
"registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code # "registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
artifacts: # artifacts:
reports: # reports:
codequality: gl-code-quality-report.json # codequality: gl-code-quality-report.json
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment