mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	WIP: don't exclude .git from rsync
This commit is contained in:
		@@ -676,7 +676,6 @@ function kube::build::sync_to_container() {
 | 
				
			|||||||
  # necessary.
 | 
					  # necessary.
 | 
				
			||||||
  kube::build::rsync \
 | 
					  kube::build::rsync \
 | 
				
			||||||
    --delete \
 | 
					    --delete \
 | 
				
			||||||
    --filter='H /.git' \
 | 
					 | 
				
			||||||
    --filter='- /_tmp/' \
 | 
					    --filter='- /_tmp/' \
 | 
				
			||||||
    --filter='- /_output/' \
 | 
					    --filter='- /_output/' \
 | 
				
			||||||
    --filter='- /' \
 | 
					    --filter='- /' \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user