Use arch for site building
This lets me use the latest hugo version, which is the same as what I use locally.
This commit is contained in:
parent
bc454b7a37
commit
f12dd0c674
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue