CI: Expand pacman arguments
This commit is contained in:
parent
b3e4c8ecc3
commit
f6201d3163
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue