Compare commits
2 Commits
b57af74220
...
b9fa750e04
Author | SHA1 | Date | |
---|---|---|---|
b9fa750e04 | |||
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