bot: git push to every remote
This commit is contained in:
		
							parent
							
								
									cb31a322fb
								
							
						
					
					
						commit
						3562392a72
					
				| 
						 | 
					@ -3,6 +3,6 @@ wget -q -O plenum.md "https://md.ccc-mannheim.de/9vP-toraQhOONftDOFuQtw/download
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]]; then
 | 
					if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]]; then
 | 
				
			||||||
	git commit -m "bot update" *.md
 | 
						git commit -m "bot update" *.md
 | 
				
			||||||
	git push
 | 
						git remote | xargs -L1 git push --all
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue