Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-04-20 15:43:03 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-04-20 17:44:54 +0300
commit2db0fd9e6873fb791d88c7308b2887ac3149ed1a (patch)
tree7a4cce84137c5228ab2a23ae34630d585481c244
parent35f3808710ae7740d51478e4c0b0db9b893632fc (diff)
Remove SAST job because it only works for Rails0-95-branch
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 549aac2be..deed4ed78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,17 +195,3 @@ test-vendor-gitaly-ruby:
script:
- _support/vendor-gitlab-git master
- make test
-
-sast:
- image: registry.gitlab.com/gitlab-org/gl-sast:latest
- before_script: []
- stage: test
- variables:
- CONFIDENCE_LEVEL: 2
- script:
- - /app/bin/run ./ruby
- - mv ruby/gl-sast-report.json ./
- artifacts:
- paths:
- - gl-sast-report.json
-