Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dressel <code@deadcode.eu>2022-08-30 22:52:49 +0300
committerMatthias Dressel <code@deadcode.eu>2022-09-09 10:21:25 +0300
commit3920bd9d9dc43e82226ccd79e1bc648276245538 (patch)
tree6403d74fea36b4dd50a0f119563c8319f240900a /.gitlab-ci.yml
parentddb3189c257a2eb50686dec51a77f88d7c9aeb7d (diff)
CI: Remove git 'safe.directory' config
It is now handled by the gitlab runner. Ref: 7d859f9c728e5042f9e1fbb98625d624c489a50e
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 0aeca9f..c2f0ca2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,6 @@ style-check:
extends: .debian-amd64-common
stage: style
script:
- - git config --global --add safe.directory '*'
- git grep -I -n -P "\t|\r| $" -- . ':(exclude)*/compat/*' && echo "Trailing whitespace" && exit 1
- git grep -I -n -i -e 'david' --and --not -e 'copyright' -- . ':(exclude)THANKS.md' ':(exclude).gitlab-ci.yml' && echo "Misspelled dav1d" && exit 1
- git grep -I -l -z "" -- . ':(exclude)*/compat/*' | while IFS= read -r -d '' i; do
@@ -87,7 +86,6 @@ x86inc-check:
extends: .debian-amd64-common
stage: style
script:
- - git config --global --add safe.directory '*'
- git remote rm x86inc 2> /dev/null || true
- git remote add x86inc https://code.videolan.org/videolan/x86inc.asm.git
- git fetch -q x86inc master