homepage/.drone.yml
Torma Kristóf 4eee776072
All checks were successful
continuous-integration/drone/push Build is passing
don't fail
2020-02-01 22:12:19 +01:00

14 lines
248 B
YAML

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