fix(): Maybe we don't need to mount !
This commit is contained in:
parent
1216c3f194
commit
b5d1206135
1 changed files with 1 additions and 11 deletions
12
.drone.yml
12
.drone.yml
|
@ -3,24 +3,14 @@ kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
volumes:
|
|
||||||
- name: hugo-cache
|
|
||||||
path: /drone/src
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
volumes:
|
|
||||||
- name: hugo-cache
|
|
||||||
path: /drone/src
|
|
||||||
settings:
|
settings:
|
||||||
hugo_version: 0.84.4
|
hugo_version: 0.84.4
|
||||||
validate: true
|
validate: true
|
||||||
pull: always
|
pull: always
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: hugo-cache
|
|
||||||
temp: {}
|
|
||||||
|
|
Loading…
Reference in a new issue