summaryrefslogtreecommitdiff
path: root/post-receive.tmpl
blob: 5d80cce260cc2ce34d182b3a37d3e3f72fb0b5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

hook_active= {{ active }}
remote_url= {{ ci_url }}

if [ "$hook_active" == false ]; then
	echo 'Notify ci hook is not active!'
	exit -1
fi