;site: pull both repos when either one posts the webhook
[ci skip]
This commit is contained in:
		
							parent
							
								
									b9b420290c
								
							
						
					
					
						commit
						cea86260c9
					
				
							
								
								
									
										5
									
								
								Shake.hs
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Shake.hs
									
									
									
									
									
								
							| @ -430,8 +430,9 @@ main = do | |||||||
| 
 | 
 | ||||||
|         -- print timestamp. On mac, use brew-installed GNU date. |         -- print timestamp. On mac, use brew-installed GNU date. | ||||||
|         "PATH=\"/usr/local/opt/coreutils/libexec/gnubin:$PATH\" date --rfc-3339=seconds" |         "PATH=\"/usr/local/opt/coreutils/libexec/gnubin:$PATH\" date --rfc-3339=seconds" | ||||||
|         -- pull latest main repo - sometimes already done by webhook, not always |         -- pull latest code and site repos - sometimes already done by webhook, not always | ||||||
|         "&& printf 'main repo: ' && git pull" |         "&& printf 'code repo: ' && git pull" | ||||||
|  |         "&& printf 'site repo: ' && git pull" | ||||||
| 
 | 
 | ||||||
|       -- Shake.hs might have been updated, but we won't execute the |       -- Shake.hs might have been updated, but we won't execute the | ||||||
|       -- new one, too insecure. Continue with this one. |       -- new one, too insecure. Continue with this one. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user