1
0
Fork 0

.drone.yml: Use hugo-ext image
continuous-integration/drone/push Build is passing Details

We need git for modified dates on posts.

See: https://github.com/klakegg/docker-hugo
This commit is contained in:
Alan Orth 2020-12-10 13:54:01 +02:00
parent 9f4c7fbad5
commit 0616000814
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --recursive --remote
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
- name: build
image: klakegg/hugo
image: klakegg/hugo:ext-alpine
commands:
- hugo