Modification de la config Drone
Utilisation de ce plugin : https://plugins.drone.io/plugins/hugo
This commit is contained in:
parent
6873dd0656
commit
c53ca91b56
1 changed files with 5 additions and 6 deletions
11
.drone.yml
11
.drone.yml
|
@ -1,10 +1,9 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: build
|
||||||
image: golang
|
image: plugins/hugo
|
||||||
commands:
|
settings:
|
||||||
- go build
|
hugo_version: 0.55
|
||||||
- go test
|
validate: true
|
Loading…
Reference in a new issue