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>2020-10-26 14:26:40 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-26 15:05:05 +0300
commitc28e3a1898e4e3b510e679ae25b000985037e517 (patch)
tree5f83f0b0df87c296d6cb04993add1a9befec3e12 /.gitlab-ci.yml
parent5de8773549136c7045ef3267d9bca4b1a6f8bb5a (diff)
ci: Use default image for both lint and fuzz jobs
Both jobs use the same build image as the configured default image, so let's just drop the explicit statements.
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 d32aa06e5..5449f38e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -262,7 +262,6 @@ praefect_sql_test:
- make test-postgres
lint:
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.28
stage: test
retry: 2
script:
@@ -270,7 +269,6 @@ lint:
- make lint
objectinfo_fuzz_test:
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.28
extends: .fuzz_base
stage: test
script: