fix(): Fixing duplication

This commit is contained in:
Elia el Lazkani 2021-07-04 08:49:46 +02:00
parent 58fe301922
commit 1216c3f194

View file

@ -3,19 +3,19 @@ kind: pipeline
name: default
steps:
- name: clone
- name: test
image: alpine/git
commands:
- git submodule update --init --recursive
volumes:
- name: hugo-cache
path: /drone/src
- name: hugo-cache
path: /drone/src
- name: build
image: plugins/hugo
volumes:
- name: hugo-cache
path: /drone/src
- name: hugo-cache
path: /drone/src
settings:
hugo_version: 0.84.4
validate: true