removed volatile files reflected it in .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* as per e7fc2758d3 * also, we now need git for submodule initiation apparently
This commit is contained in:
parent
423fe440b2
commit
85625b711e
13
.drone.yml
13
.drone.yml
@ -3,22 +3,11 @@ type: docker
|
|||||||
name: hugo_builder
|
name: hugo_builder
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: hugo-std
|
|
||||||
pull: if-not-exists
|
|
||||||
image: plugins/hugo
|
|
||||||
settings:
|
|
||||||
hugo_version: 0.65.3
|
|
||||||
validate: false
|
|
||||||
commands:
|
|
||||||
- git submodule init
|
|
||||||
- git submodule update
|
|
||||||
- hugo --gc=true
|
|
||||||
|
|
||||||
- name: hugo-extended
|
- name: hugo-extended
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Syu --noconfirm wget tar
|
- pacman -Syu --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
|
- 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
|
- tar xfv hugo.tgz
|
||||||
- git submodule init
|
- git submodule init
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"Target":"main.min.7bfbbe12786fa0ded4b4c0d792cbb36a5bd0bdb0b856dde57aa7b1f6fe0f2b87.css","MediaType":"text/css","Data":{"Integrity":"sha256-e/u+EnhvoN7UtMDXksuzalvQvbC4Vt3leqex9v4PK4c="}}
|
|
Loading…
Reference in New Issue
Block a user