mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 03:34:19 +01:00 
			
		
		
		
	hide git warning re: rebase
This commit is contained in:
		
							parent
							
								
									c1ad950797
								
							
						
					
					
						commit
						ce945d6acb
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -33,6 +33,7 @@ else
 | 
				
			||||||
	echo updating tt-rss source in $DST_DIR from $SRC_REPO...
 | 
						echo updating tt-rss source in $DST_DIR from $SRC_REPO...
 | 
				
			||||||
	cd $DST_DIR && \
 | 
						cd $DST_DIR && \
 | 
				
			||||||
		git config core.filemode false && \
 | 
							git config core.filemode false && \
 | 
				
			||||||
 | 
							git config pull.rebase false && \
 | 
				
			||||||
		git pull origin master || echo error: unable to update master repository.
 | 
							git pull origin master || echo error: unable to update master repository.
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -49,6 +50,7 @@ else
 | 
				
			||||||
	echo updating plugins.local/nginx_xaccel...
 | 
						echo updating plugins.local/nginx_xaccel...
 | 
				
			||||||
	cd $DST_DIR/plugins.local/nginx_xaccel && \
 | 
						cd $DST_DIR/plugins.local/nginx_xaccel && \
 | 
				
			||||||
		git config core.filemode false && \
 | 
							git config core.filemode false && \
 | 
				
			||||||
 | 
							git config pull.rebase false && \
 | 
				
			||||||
	  	git pull origin master || echo error: failed to update plugin repository.
 | 
						  	git pull origin master || echo error: failed to update plugin repository.
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue