This commit is contained in:
parent
014d9983d8
commit
4eee776072
@ -7,7 +7,7 @@ steps:
|
|||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install -y tidy
|
- apt-get update && apt-get install -y tidy
|
||||||
- tidy -imu index.html
|
- tidy -imu index.html + || if [ $? -eq 1 ]; then echo "you fail"; fi
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user