Download package DB before trying to install
This commit is contained in:
parent
3cbf37b48c
commit
6e2cf75583
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ build:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -S --noconfirm hugo git npm nodejs
|
- pacman -Sy --noconfirm hugo git npm nodejs
|
||||||
script:
|
script:
|
||||||
- ./scripts/release.sh
|
- ./scripts/release.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue