switched to using own pre-built image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
55f4f68fe6
commit
6855a12940
10
.drone.yml
10
.drone.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user