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
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-25 13:44:36 +0300
commitf7604093903e9b2ede6a3b6931bfb8de466e253a (patch)
tree7a2e60335b0550b456c968164b98befce86ea3ee
parent5fcc0fcab5238a1bfff328c37d5afc55b802b9e0 (diff)
ci: Remove lint job
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 d7dcab0ea..37ee24640 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -243,13 +243,6 @@ verify:
- proto/go/gitalypb/*
when: on_failure
-lint:
- stage: test
- retry: 2
- script:
- - go version
- - make lint
-
gosec-sast:
before_script:
- apk add pkgconfig libgit2-dev gcc libc-dev