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:
|
rules:
|
||||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
before_script:
|
before_script:
|
||||||
- pacman --needed --noconfirm -Syu zola
|
- pacman --needed --noconfirm --sync --refresh --sysupgrade zola
|
||||||
script:
|
script:
|
||||||
- zola build
|
- zola build
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -26,6 +26,6 @@ basic-zola-test:
|
||||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
when: never
|
when: never
|
||||||
before_script:
|
before_script:
|
||||||
- pacman --needed --noconfirm -Syu zola
|
- pacman --needed --noconfirm --sync --refresh --sysupgrade zola
|
||||||
script:
|
script:
|
||||||
- zola build
|
- zola build
|
||||||
|
|
Loading…
Reference in a new issue