CI: PostmarketOS: use env instead fo hardcoded vars
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
965a5549f2
commit
6a3435f2bf
6 changed files with 20 additions and 6 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue