This commit is contained in:
		@@ -7,7 +7,7 @@ steps:
 | 
			
		||||
  image: ubuntu
 | 
			
		||||
  commands:
 | 
			
		||||
  - 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:
 | 
			
		||||
  branch:
 | 
			
		||||
  - master
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user