drone config
This commit is contained in:
parent
81271d66e7
commit
89a09573d6
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name:
|
||||
image: ubuntu
|
||||
commands:
|
||||
- apt update && apt upgrade -y && apt install -y w3c-markup-validator
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
Loading…
Reference in New Issue
Block a user