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-10-11 15:48:55 +0300
commit4a3c008651d819bf979f24c88406d5b3eb69ba7d (patch)
tree95141a613adb640f45825312eb8dd4b05cdc93b3
parent52484cf44f23461885e93546194c6efac4fff9ba (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 f18029c32..936961a56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -313,13 +313,6 @@ backwards_compatibility_test:
- git checkout --no-overlay $CI_COMMIT_SHA -- internal/praefect/datastore/migrations
- make test-postgres
-lint:
- stage: test
- retry: 2
- script:
- - go version
- - make lint
-
objectinfo_fuzz_test:
extends: .fuzz_base
stage: test