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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-04-21 07:54:29 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-04-25 12:19:21 +0300
commit62cbca1cfd64c3869d6efcbc7040c5b9797bffb8 (patch)
treeb8927028ef90859c587c00bb2b4d88e6651a3ebc /.gitlab-ci.yml
parentd3990ee4724c5aea9b6e1c0b3186607e60b72384 (diff)
ci: Drop references to Ruby
Drop the Ruby version as well as anything that points into our venerable `ruby/` directory. Furthermore, drop the Gemnasium job that exists only to scan Ruby Gems.
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 735cc2555..bc21d2d24 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: []