diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d228dd4757..0cea2e996c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,14 +29,12 @@ lint: appid=`echo $f | sed -n -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`; if [ -n "$appid" ]; then export CHANGED="$CHANGED $appid"; - testcmd="git -C build clone `sed -En 's,^Repo\W +(https?://),\1u:p@,p' $f`"; fi; done; set -x; apt-get install python3-colorama yamllint; for f in $files; do [[ $f == *'.yml' ]] && yamllint "$f"; done; ./tools/check-git-repo-availability.py $files; - ./tools/audit-gradle.py $CHANGED; set +x; fi - export EXITVALUE=0 @@ -245,6 +243,8 @@ fdroid build: $fdroid publish --verbose $build; done + - ./tools/audit-gradle.py $CHANGED; + # issuebot needs secrets to run, so it has to run under the 'fdroid' # group, therefore needs the trigger without secrets, there would be