mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
CI: Fail when find-changed-builds fails
Closes: 2761
This commit is contained in:
parent
049add8dd8
commit
741f854e18
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue