diff --git a/.drone.yml b/.drone.yml index 540540f..8acefbe 100644 --- a/.drone.yml +++ b/.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