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>2022-04-28 08:54:08 +0300
committerToon Claes <toon@gitlab.com>2022-04-28 08:54:08 +0300
commit3676a06b0671b843153e6c123231396ae6b9b546 (patch)
tree29c850da83aa5e172b768c6c945f8352e77f92d4
parentccfab390f7c32dae9d5683662be62d27c80f768f (diff)
parent47c2e77fb95b727e695cf2edec60d69b2d360a9f (diff)
Merge branch 'tnir/4196-remove-docker-driver' into 'master'
ci: Remove DOCKER_DRIVER=overlay2 from Gitaly CI as it is already the default Closes #4196 See merge request gitlab-org/gitaly!4503
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f47e50eb..747b393ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,6 @@ default:
- gitlab-org
variables:
- DOCKER_DRIVER: overlay2
SAST_DISABLE_DIND: "true"
SAST_DEFAULT_ANALYZERS: "gosec"
DEBIAN_VERSION: "bullseye"