mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
.gitlab-ci - add missed sudo
This commit is contained in:
parent
4dcd6f8609
commit
f37f657576
1 changed files with 1 additions and 0 deletions
|
|
@ -395,6 +395,7 @@ fdroid build:
|
|||
- APPS="$(./tools/find-changed-builds.py)"
|
||||
- for build in $APPS; do
|
||||
set -x;
|
||||
apt-get install sudo;
|
||||
cp -R $CI_PROJECT_DIR/build $home_vagrant/build;
|
||||
appid=${build%:*};
|
||||
[ -d metadata/$appid ] && cp -R metadata/$appid $home_vagrant/metadata;
|
||||
|
|
|
|||
Loading…
Reference in a new issue