mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
gitlab-ci: only look for .yml in fdroid-buildserver job
This commit is contained in:
parent
6071a7ffb6
commit
894e1a8be0
1 changed files with 2 additions and 2 deletions
|
|
@ -155,13 +155,13 @@ fdroid-buildserver:
|
|||
- if [ "$CI_PROJECT_NAMESPACE" = "fdroid" ]; then
|
||||
export head=HEAD^^^;
|
||||
echo ORIG_HEAD `git diff --name-only --diff-filter=d ORIG_HEAD...HEAD
|
||||
| sed -n -e 's,^metadata/\([^/][^/]*\)\.txt,\1,p' -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`;
|
||||
| sed -n -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`;
|
||||
else
|
||||
git fetch https://gitlab.com/fdroid/fdroiddata.git;
|
||||
export head=FETCH_HEAD;
|
||||
fi
|
||||
- export appids=`git diff --name-only --diff-filter=d $head...HEAD
|
||||
| sed -n -e 's,^metadata/\([^/][^/]*\)\.txt,\1,p' -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`
|
||||
| sed -n -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`
|
||||
- echo $appids | grep '\w' || exit 0
|
||||
- fdroid build --verbose --server --stop --no-tarball --latest $appids
|
||||
- find unsigned -maxdepth 0 -empty -exec exit 0 \;
|
||||
|
|
|
|||
Loading…
Reference in a new issue