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>2021-10-11 15:48:55 +0300
committerToon Claes <toon@gitlab.com>2021-11-24 15:39:51 +0300
commit7edf18576606cfb4b2d43dbc1c75c79ce0e10bf8 (patch)
treeb28cea55ab610e6a9e59b9a96e16ce9c2179461b
parent1a288e5d4a302efbc14aedec54e4c040a9ccdd7c (diff)
ci: Remove lint jobtc-some-ci-fixes
The verify job runs, amongst other things, the lint target in the Makefile. So the job to run `make lint` is redundant, therefore this change removes the lint job.
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 933359205..a4502ab6e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -273,13 +273,6 @@ pgbouncer_test:
script:
- make test-postgres
-lint:
- stage: test
- retry: 2
- script:
- - go version
- - make lint
-
objectinfo_fuzz_test:
extends: .fuzz_base
stage: test