Fix root
This commit is contained in:
@@ -50,5 +50,6 @@ jobs:
|
|||||||
AUTOPKG_REPLACE: ${{ github.event.inputs.replace }}
|
AUTOPKG_REPLACE: ${{ github.event.inputs.replace }}
|
||||||
ONLY: ${{ github.event.inputs.only }}
|
ONLY: ${{ github.event.inputs.only }}
|
||||||
run: |
|
run: |
|
||||||
sudo -E -u builder \
|
# -E keeps AUTOPKG_*; force HOME to builder's so cargo/git/etc. can write their caches
|
||||||
|
sudo -E -u builder env HOME=/home/builder \
|
||||||
python3 autopackage.py --keep-going ${ONLY:+--only $ONLY}
|
python3 autopackage.py --keep-going ${ONLY:+--only $ONLY}
|
||||||
|
|||||||
Reference in New Issue
Block a user