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
|
expire_in: 30 mins
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: node:alpine
|
image: archlinux
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache hugo git
|
- pacman -S --noconfirm hugo git npm nodejs
|
||||||
script:
|
script:
|
||||||
- ./scripts/release.sh
|
- ./scripts/release.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue