mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
gitlab-ci: git URL without redirect to avoid warning
This commit is contained in:
parent
6cd4738e83
commit
d37179a4a7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ lint:
|
|||
script:
|
||||
# if this is a merge request fork, then only check relevant apps
|
||||
- if [ "$CI_PROJECT_NAMESPACE" != "fdroid" ]; then
|
||||
git fetch https://gitlab.com/fdroid/fdroiddata;
|
||||
git fetch https://gitlab.com/fdroid/fdroiddata.git;
|
||||
test -d build || mkdir build;
|
||||
files=`git diff --name-only --diff-filter=d FETCH_HEAD...HEAD`;
|
||||
for f in $files; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue