CI: Fail when find-changed-builds fails

Closes: 2761
This commit is contained in:
Jochen Sprickerhof 2022-09-15 13:04:30 +02:00 committed by Hans-Christoph Steiner
parent 049add8dd8
commit 741f854e18
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 2 additions and 1 deletions

View File

@ -337,7 +337,8 @@ fdroid build:
- printf "keystore\x3a $keystore\n" >> config.yml
- chown vagrant $keystore
- for build in `./tools/find-changed-builds.py`; do
- APPS="$(./tools/find-changed-builds.py)"
- for build in $APPS; do
set -x;
apt-get install sudo;
chown -R vagrant $home_vagrant;