fix(): Fixing duplication
This commit is contained in:
parent
58fe301922
commit
1216c3f194
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -3,19 +3,19 @@ kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: test
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
volumes:
|
volumes:
|
||||||
- name: hugo-cache
|
- name: hugo-cache
|
||||||
path: /drone/src
|
path: /drone/src
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
volumes:
|
volumes:
|
||||||
- name: hugo-cache
|
- name: hugo-cache
|
||||||
path: /drone/src
|
path: /drone/src
|
||||||
settings:
|
settings:
|
||||||
hugo_version: 0.84.4
|
hugo_version: 0.84.4
|
||||||
validate: true
|
validate: true
|
||||||
|
|
Loading…
Reference in a new issue