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>2021-08-23 12:56:26 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-08-25 16:08:15 +0300
commite4cb35a0ad94b24cd689364afdf371836180fae2 (patch)
treec3381abc9499e3a0a9d211e9758b22f8e69babbb /.gitlab-ci.yml
parentbea500b301bbec8535fbcae58c1da2d29377c666 (diff)
ci: Drop default versions of Git
Drop GIT_VERSION in matrix jobs when it only redeclares the default version of Git which is already defined as a top-level variable anyway.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f36012237..9be7fa05f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -164,7 +164,6 @@ binaries:
parallel:
matrix:
- GO_VERSION: [ "1.15", "1.16" ]
- GIT_VERSION: "v2.32.0"
test:
<<: *test_definition
@@ -188,7 +187,6 @@ test:
GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
TARGET: test
- GO_VERSION: "1.16"
- GIT_VERSION: "v2.32.0"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]
nightly:git: