CI: PostmarketOS: use env instead fo hardcoded vars

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-06-07 02:13:55 +03:00
parent 965a5549f2
commit 6a3435f2bf
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582
6 changed files with 20 additions and 6 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec /data/pmbootstrap/pmbootstrap.py -c /pmbootstrap.cfg -p /data/pmaports -w /data/work -y "$@"
exec /data/pmbootstrap/pmbootstrap.py -c /pmbootstrap.cfg --aports /data/pmaports -w /data/work --details-to-stdout --as-root "$@"