From 37b1812dbdb79429f0022e2ad7c3209069122a3e Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Sat, 27 Apr 2024 01:33:31 +0800 Subject: [PATCH] makepkg add noconfirm --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4be9ec6..4b4a8d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { } stage('Build') { steps { - sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force' + sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --noconfirm --force' } } stage('Signature packages') {