From f6201d3163a701fac4dbc4e304d3728cf86ea2e3 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Tue, 13 Jul 2021 16:00:53 +0200 Subject: [PATCH] CI: Expand pacman arguments --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c62afe1..70bea47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ pages: rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' before_script: - - pacman --needed --noconfirm -Syu zola + - pacman --needed --noconfirm --sync --refresh --sysupgrade zola script: - zola build artifacts: @@ -26,6 +26,6 @@ basic-zola-test: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' when: never before_script: - - pacman --needed --noconfirm -Syu zola + - pacman --needed --noconfirm --sync --refresh --sysupgrade zola script: - zola build