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:
authorSami Hiltunen <shiltunen@gitlab.com>2020-10-26 13:54:26 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2020-10-26 13:54:26 +0300
commit0d0669306c2ccea5d9c23b1eaa020fe2638de40b (patch)
treea5043408addecb92e90121c05e9229249bfe6ee6
parent8695956fd0709f9cd78afeebe6378ccb3fc2d9e2 (diff)
use default build image in objectinfo_fuzz_test jobsmh-fix-objectinfo-fuzz
objectinfo_fuzz_test job is using an image that no longer exists. This commit changes the job to use the default build image in the pipeline.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1304cdc52..c7301ede3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -270,7 +270,6 @@ lint:
- make lint
objectinfo_fuzz_test:
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-1.13-git-2.26
extends: .fuzz_base
stage: test
script: