From f12dd0c6743d750d7fceab599a28330a56c5cb9c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 15 Apr 2022 11:12:04 +0100 Subject: [PATCH] Use arch for site building This lets me use the latest hugo version, which is the same as what I use locally. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 074f9ca..46a7761 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,10 +24,10 @@ install: expire_in: 30 mins build: - image: node:alpine + image: archlinux stage: build before_script: - - apk add --no-cache hugo git + - pacman -S --noconfirm hugo git npm nodejs script: - ./scripts/release.sh artifacts: