change ci config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-16 22:33:13 +02:00
parent a20c6c5ec0
commit 26e861b0ab
3 changed files with 19 additions and 5 deletions

13
.drone.yml.old Normal file
View File

@@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name: html_validate
image: ubuntu
commands:
- apt-get update && apt-get install -y tidy
- tidy -imu index.html + || if [ $? -eq 1 ]; then echo "you fail"; fi
trigger:
branch:
- master