switched to using own pre-built image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-02 01:03:14 +01:00
parent 55f4f68fe6
commit 6855a12940
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,15 +1,13 @@
kind: pipeline
type: docker
name: hugo_builder
name: hugo builder
steps:
- name: hugo-extended
pull: if-not-exists
image: archlinux
image: immawanderer/docker-archlinux-hugo
commands:
- pacman -Sy --noconfirm wget tar git
- wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz -O hugo.tgz
- tar xfv hugo.tgz
- git submodule init
- git submodule update
- ./hugo --gc=true
- hugo version
- hugo --gc=true