.drone.yml tryout for hugo
This commit is contained in:
parent
eb92e20055
commit
5c904035ce
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
#- name: greeting
|
||||||
|
#image: golang:1.12
|
||||||
|
#commands:
|
||||||
|
#- go build
|
||||||
|
#- go test
|
||||||
|
- name: build
|
||||||
|
image: plugins/hugo
|
||||||
|
#settings:
|
||||||
|
# hugo_version: latest
|
||||||
|
# validate: true
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
|
Loading…
Reference in New Issue