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:
authorToon Claes <toon@gitlab.com>2023-04-26 15:39:42 +0300
committerToon Claes <toon@gitlab.com>2023-04-26 15:39:42 +0300
commit2135a63c3742d0ddbf0164e7071e1d1af52e166d (patch)
tree2f9a43e3dc3b290fc2e363b8b1344a353b34b2fb /.gitlab-ci.yml
parent20bc01b4d81c0e101a3a6639a926a6b9d0d7d9ba (diff)
parent4200754b3dc5c23a8c3498d659276c664e49635c (diff)
Merge branch 'pks-ruby-nuke-more-leftovers' into 'master'
Remove various Ruby leftovers See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5671 Merged-by: Toon Claes <toon@gitlab.com> Approved-by: Toon Claes <toon@gitlab.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 1 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4113fded..31846ad07 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,6 @@ variables:
# We use Gitaly's Git version by default.
GIT_VERSION: "default"
GO_VERSION: "1.19"
- RUBY_VERSION: "3.0"
RUST_VERSION: "1.65"
POSTGRES_VERSION: "12-alpine"
PGBOUNCER_VERSION: "1.17.0"
@@ -368,7 +367,6 @@ verify:
artifacts:
paths:
- _build/proto.diff
- - ruby/proto/gitaly/*
- proto/go/gitalypb/*
when: on_failure
@@ -413,17 +411,7 @@ license_scanning:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
variables:
- LICENSE_FINDER_CLI_OPTS: '--aggregate-paths=. ruby'
-
-gemnasium-dependency_scanning:
- needs: []
- stage: analyze
- rules:
- - if: $DEPENDENCY_SCANNING_DISABLED
- when: never
- - if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- - if: $CI_MERGE_REQUEST_IID
- - if: $CI_COMMIT_TAG
+ LICENSE_FINDER_CLI_OPTS: '--aggregate-paths=.'
secret_detection:
needs: []