CI: autoupdate: pass args to pmb correctly (MR 5507)

The --details-to-stdout flag must come before the subcommand.

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
[ci:skip-build]: already built successfully in CI
This commit is contained in:
Caleb Connolly 2024-08-18 11:49:01 +02:00 committed by Stefan Hansson
parent 6e172f9821
commit b186380e30
No known key found for this signature in database
GPG Key ID: 8A700086A9FE41FD

View File

@ -82,7 +82,7 @@ update_linux_next() {
pmbootstrap checksum linux-next
# Ensure it builds
pmbootstrap build --details-to-stdout linux-next
pmbootstrap --details-to-stdout build linux-next
# Commit
git add device/testing/linux-next/APKBUILD