homepage/.drone.yml.old

14 lines
248 B
YAML
Raw Normal View History

2020-04-16 22:33:13 +02:00
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