Skip to content
Snippets Groups Projects
Unverified Commit b186380e authored by Caleb Connolly's avatar Caleb Connolly :recycle: Committed by Newbyte
Browse files

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


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

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
[ci:skip-build]: already built successfully in CI
parent 6e172f98
No related branches found
No related tags found
No related merge requests found
Pipeline #207938 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment