Skip to content
Snippets Groups Projects
Commit e84cbe50 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Leave template only

parent 7b4146a4
No related branches found
No related tags found
No related merge requests found
Pipeline #622411 passed with warnings
...@@ -18,24 +18,3 @@ build-npm-release: ...@@ -18,24 +18,3 @@ build-npm-release:
publish-gitlab: publish-gitlab:
extends: .publish-gitlab-release extends: .publish-gitlab-release
code_quality:
stage: test
# make sure to use a docker runner for all jobs
tags:
- runner:docker
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
allow_failure: true
services:
- docker:stable-dind
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
--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]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment