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>2022-05-19 19:13:23 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2022-05-25 10:30:04 +0300
commit670ca2c5d9cc33266cab9a80ac83d7b983d0a6be (patch)
treefc816103d2af9ca34dc57b0ad737bc969bcee0f3
parent1fbc4cecc15594f04ac0bd804ecfe888f8625d2e (diff)
Remove unnecessary inheriting config from secret_detection
secret_detection unnecessarily disables inheritance from default. This commit removes the unnecessary config.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ead9a309d..1bd841592 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -334,8 +334,6 @@ gemnasium-dependency_scanning:
secret_detection:
needs: []
- inherit:
- default: false
rules:
- if: $SECRET_DETECTION_DISABLED
when: never