forked from mirrors/qmk_userspace
		
	Always run util/travis_compiled_push.sh (#6640)
		
	Specifically, the `util/travis_compiled_push.sh` runs a number of cleanup and deployment routines. This includes `dos2unix` that fixes the line endings for sanity's sake. However, it only runs on successful builds. That would be fine, except some builds WILL fail (community layouts, yay), which is a problem. This should change the behavior to always run the post compile checks. However, in the long run, we should break up this script into more parts.
This commit is contained in:
		
					parent
					
						
							
								4c4ee4a26b
							
						
					
				
			
			
				commit
				
					
						3fae3076ce
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -27,7 +27,7 @@ addons:
 | 
			
		|||
    - diffutils
 | 
			
		||||
    - dos2unix
 | 
			
		||||
    - doxygen
 | 
			
		||||
after_success:
 | 
			
		||||
after_script:
 | 
			
		||||
  bash util/travis_compiled_push.sh
 | 
			
		||||
notifications:
 | 
			
		||||
  webhooks:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue