|  | @@ -0,0 +1,13 @@
 | 
												
													
														
															|  | 
 |  | +#!/usr/bin/fish
 | 
												
													
														
															|  | 
 |  | +
 | 
												
													
														
															|  | 
 |  | +function ech --description 'Echo with prefix'
 | 
												
													
														
															|  | 
 |  | +	echo '[post-commit]' $argv
 | 
												
													
														
															|  | 
 |  | +end
 | 
												
													
														
															|  | 
 |  | +
 | 
												
													
														
															|  | 
 |  | +eval ci/install-web-files.fish
 | 
												
													
														
															|  | 
 |  | +
 | 
												
													
														
															|  | 
 |  | +if test $status -ne 0
 | 
												
													
														
															|  | 
 |  | +	ech 'Problem while running installation.'
 | 
												
													
														
															|  | 
 |  | +else
 | 
												
													
														
															|  | 
 |  | +	ech 'Web content correctly deployed.'
 | 
												
													
														
															|  | 
 |  | +end
 |