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 07a02b008d
commit 010db2c126

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;