1
Fork 0

Download package DB before trying to install

This commit is contained in:
Jake Howard 2022-04-15 11:15:18 +01:00
parent 3cbf37b48c
commit 6e2cf75583
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

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