CI/CD
This commit is contained in:
parent
76c7af2947
commit
54fe11a492
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
branch:
|
||||
- senpai
|
||||
steps:
|
||||
- name: test-build
|
||||
image: asciidoctor/docker-asciidoctor
|
||||
commands:
|
||||
- asciidoctor *.adoc
|
Loading…
Reference in New Issue
Block a user