CI: Expand pacman arguments

This commit is contained in:
Jonas Tobias Hopusch 2021-07-13 16:00:53 +02:00
parent b3e4c8ecc3
commit f6201d3163
Failed to generate hash of commit
1 changed files with 2 additions and 2 deletions

View File

@ -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