From b186380e3078f4d5eb0dfec5ca6e8b88bae18b81 Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Sun, 18 Aug 2024 11:49:01 +0200 Subject: [PATCH] CI: autoupdate: pass args to pmb correctly (MR 5507) The --details-to-stdout flag must come before the subcommand. Signed-off-by: Caleb Connolly [ci:skip-build]: already built successfully in CI --- .ci/autoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/autoupdate.sh b/.ci/autoupdate.sh index 3b5207bcc..c601aa7b7 100755 --- a/.ci/autoupdate.sh +++ b/.ci/autoupdate.sh @@ -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