From c786b40a38872a42774b52a1ff0a8de514cb50d2 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 19 Oct 2020 19:26:55 +0200 Subject: [PATCH] Use pacman --noconfirm --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12f62f5..8d52872 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -172,7 +172,7 @@ release: variables: - $SCHEDULED_PUBLISH == "TRUE" before_script: - - pacman -Syu python-gitlab + - pacman -Syu --noconfirm python-gitlab script: - python ci/release.py